I have no clue about linux, i've used Windows all my life. I recently installed Lubuntu to a really old laptop i had no use of. I need to install a lightweigh IDE for C coding to use for my university needs. I've only worked with Dev C++ and Visual Studio in my main computer that is able to handle these software. But i need to get a working IDE on my laptop that just works for me to code on the way. Some info about my laptop: Laptop : Acer extensa 5230 CPU : Intel Celeron 2Ghz Single Core 32bit RAM : 1GB ddr2 Storage : 160GB Thanks for the help in advance. PS : Any advice for starting on linux would be very helpful.
Asked
Active
Viewed 6,776 times
1 Answers
4
CodeLite is a powerful and lightweight IDE specializing in C, C++, PHP and JavaScript. Its features include:
- Generic support for compilers (for example Clang)
- Built-in GDB support
- Database-based code completion mechanism
- Syntax highlighting for C/C++, Java, Perl, XML, Makefile, Lua, Diff files, PHP, JavaScript, Python, HTML, and ASP
- Text folding
- Bookmarks
- Find and Replace
- doxygen comment generator
To install CodeLite in all currently supported versions of Ubuntu open the terminal type:
sudo apt install codelite
karel
- 122,292
- 133
- 301
- 332
