Homepage › Forums › News and Reviews › Nagdev-"Software that compiles four languages"
Tagged: command-line, compiler, debian, nagdev, software
This topic was published by Saptarshi Nag and viewed 2139 times since "". The last page revision was "".
- AuthorPosts
This is about a new Debian software 'Nagdev' which is a command-line based advanced wrapper to compiler (C, C++, Java, and Python3 in the first release).
Developers: Saptarshi Nag and Devyn Collier Johnson
The software wraps up four compilers (C, C++, Java,and 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-
- compiles C file - [code]nagdev -c file.c[/code]
- compiles C++ file - [code]nagdev -cp file.cpp[/code]
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
For more details see the man page of it after installing.
Check out DCJTech's official Facebook page - https://dcjtech.info/members/saptarshi/
- AuthorPosts