This repository has been archived by the owner on Apr 6, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 133
Mac & Linux Install
Simon Ninon edited this page Dec 11, 2016
·
1 revision
- C++11
The library is based on cmake
for the compilation. In order to build the library, follow these steps:
# Clone the project
git clone https://github.com/Cylix/tacopie.git
# Go inside the the project directory
cd tacopie
# Create a build directory and move into it
mkdir build && cd build
# Generate the Makefile using CMake
cmake ..
# Build the library
make
# Install the library
make install
Then, you just have to include <tacopie/tacopie>
in your source files and link the tacopie
library with your project.
Please refer to this page of the wiki.
Need more information? Contact me.