pcompiler is an automatic source code compiler. Given a set of input files, pcompiler will attempt to create an executable out of them.
pcompiler is not robust enough to compile large or complex projects, but is extremely simple to use.
- Qt 5.0 or higher
- CMake 2.8.12
- libkar (only for the command line pcompiler tool)
#Generate Library
cd pcompiler
mkdir build
cd build
cmake .. or cmake -Ddocker_cross=ON .. (docker cross compiling option)
make
make install
#Install Generated Library
cd .. #pcompiler root directory
sudo cp lib/libpcompiler.so /usr/lib
Prerequisite: The binaries/includes/libraries are installed into <dir>\prefix
- Clone this repository into
<dir>\pcompiler
. - Configure it and generate the makefiles with cmake. Set the build directory to
<dir>\pcompiler\build
. - Open
<dir>\pcompiler\build\pcompiler.sln
with Visual Studio - Build the
INSTALL
project
The binaries/includes/libraries are installed into <dir>\prefix
- Braden McDorman
- Nafis Zaman
- Erin Harrington
pcompiler is released under the terms of the GPLv3 license. For more information, see the LICENSE file in the root of this project.