A simple c++ automatic compiler for linux.
packets required
For the program to work properly you only need g++.
If you haven't g++, type this in terminal:
sudo apt install g++
compile
git clone https://github.com/jakubrekowski/autocomp.git
cd autocomp
g++ main.cpp -o autocomp
use in project (after the compilation)
- copy to project folder
cp autocomp ~/example/path-to-your/project/autocomp
- use it to compile all .cpp files
./autocomp
, or defined .cpp files./autocomp main.cpp sth.cpp lol.cpp
install global as command (even after the compilation)
sudo cp autocomp /bin/autocomp
Donate me with PayPal and support this project.
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.