Skip to content

autocomp is a basic tool for auto run c++ app form source files.

Notifications You must be signed in to change notification settings

jakubrekowski/autocomp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 

Repository files navigation

autocomp

A simple c++ automatic compiler for linux.

install & use

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)

  1. copy to project folder
cp autocomp ~/example/path-to-your/project/autocomp
  1. 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

Donate me with PayPal and support this project.

license

This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.

About

autocomp is a basic tool for auto run c++ app form source files.

Topics

Resources

Stars

Watchers

Forks

Languages