Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ferrolho/feup-laig
A repository to host LAIG projects.
https://github.com/ferrolho/feup-laig
Last synced: about 2 months ago
JSON representation
A repository to host LAIG projects.
- Host: GitHub
- URL: https://github.com/ferrolho/feup-laig
- Owner: ferrolho
- Created: 2014-09-26T13:48:07.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-13T17:08:35.000Z (almost 10 years ago)
- Last Synced: 2024-10-13T22:35:58.894Z (3 months ago)
- Language: C++
- Size: 53.1 MB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
FEUP-LAIG
=========A repository to host LAIG projects.
###How to open project on eclipse:
1. Open eclipse;
2. Open the C/C++ perspective;
3. Create new "Makefile Project with Existing Code":
- Name your project;
- Select the project folder;
- Select Linux GCC toolchain.
5. Press finish.###How to install CGFLib on Ubuntu:
1. Run the following command:
````sudo apt-get install freeglut3-dev libglew-dev````2. Install these package:
- http://packages.ubuntu.com/en/lucid/libglui2c2
- http://packages.ubuntu.com/en/lucid/libglui-dev###Important notes:
Do not erase newProject.sh neither the project-template folder. The folder is required to create new projects easily using that script.If you want to use the script, you just need to download newProject.zip and extract the contents.
###How to run the script:
1. Open the terminal;
2. Navigate to the script folder;
3. Run the command:
- sh newProject.sh newProjectName.