Nagdev-"Software that compiles four languages"

This topic was published by and viewed 2062 times since "". The last page revision was "".

Viewing 1 post (of 1 total)
  • Author
    Posts

  • Saptarshi Nag
    Participant
    • Topics - 6
    • @saptarshi

    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/

Viewing 1 post (of 1 total)