Hi there!
After some months I am posting a blog on a new software(namely "nagdev").This software(command-line based) has been developed by me and my friend Devyn Collier Johnson.
The software wraps up four compilers C,C++,Java,Python3 in a single command "nagdev". While installing it ,the software detects if the system has the above mentioned compilers or not,if not it automatically installs it.
Now the software runs from command-line as follows-
nagdev -c file.c compiles C file
nagdev -cp file.cpp compiles C++ file
etc.
Many options are also added with it.Many things will be added in later updates.Now install the software via command line like this-
Enjoy and don't forget to send feedback! :)
After some months I am posting a blog on a new software(namely "nagdev").This software(command-line based) has been developed by me and my friend Devyn Collier Johnson.
The software wraps up four compilers C,C++,Java,Python3 in a single command "nagdev". While installing it ,the software detects if the system has the above mentioned compilers or not,if not it automatically installs it.
Now the software runs from command-line as follows-
nagdev -c file.c compiles C file
nagdev -cp file.cpp compiles C++ file
etc.
Many options are also added with it.Many things will be added in later updates.Now install the software via command line like this-
sudo add-apt-repository ppa:nag-dev/nag-dev-ppa
sudo apt-get update
sudo apt-get install nagdev
Enjoy and don't forget to send feedback! :)