Importing OpenSource Projects in CodeLite Ubuntu
- Uncategorised posts -
1
Posts
1
Posters
0
Views
1
Watching
-
Hi there everyone. I have compiled an open source project recently using gcc in ubuntu. Most of you know that these projects consist of make files, config files and various other related files. But what if I want to compile this project using CodeLite in Ubnutu? I can not seem to understand their very basic tutorial on their website. It tells nothing more than defining custom make file rules. Open source projects are much larger and complex to have just one makefile. How do I kickstart this? Thanks for any pointer.