Version 15 (modified by 12 years ago) ( diff ) | ,
---|
Contents
PACPUS framework
Compilation
Prerequisites
Tools
- Modern C++ compiler (gcc >= 4.5, clang >= 3.2, Microsoft Visual Studio 2008 or newer, etc.)
- CMake 2.8.10 or newer
- Doxygen (optionally)
- Subversion (SVN) control version system
Libraries
- Apache log4cxx 0.10.0
- Boost 1.50 or newer (optionally)
- Qt 4.8 or newer
Getting the source code
To checkout Pacpus framework repository into your workspace directory, e.g. into ~/workspace/pacpus
,
cd ~/workspace/pacpus
svn co https://devel.hds.utc.fr/svn/pacpusframework/trunk framework
Note: You can as well use any GUI wrapper for SVN, such as TortoiseSVN.
Using CMake
GUI
You have to point the source code directory with the root CMakeLists.txt
file, e.g. ~/workspace/pacpus/framework
and the build directory, e.g. ~/workspace/pacpus/framework-build
.
Then press Configure
and Generate
.
You can change the CMake variables as well.
Command-line
Without changing directory (stay in ~/workspace/pacpus
), create a new directory for build, change the directory to the newly created one and execute CMake.
cd ~/workspace/pacpus mkdir framework-build cd framework-build cmake ../framework -G "Unix Makefiles"
Note: You can specify a different makefile generator instead of -G "Unix Makefiles"
.
Type cmake --help
for a list of generators available on your platform.
Compiling
If you have created Makefile files, than just run the command:
make
or a similar one (nmake
, mingw32-make
, etc.).
If you have created project files (for example using option -G Visual Studio 11
), than just open the solution file Pacpus.(extension), e.g.:
Pacpus.sln
Installation
The PACPUS framework is available on several OS: Linux, Windows and Mac OS X.
- Installation guide of PACPUS on Windows : TO COME
- Installation guide of PACPUS on Linux Ubuntu : TO COME
- Installation guide of PACPUS on Mac OS X : TO COME
- Installation guide of PACPUS on Linux embedded : TO COME
Once you have successfully compiled Pacpus Framework, you can install it using:
make install
or, if you use a GUI-based development environment, you have to build the INSTALL
target/project.
Getting started
The tutorials are under development, they will be published soon.
Documentation
PACPUS API
NB: If you need more informations about the TRAC system used to manage this collaborative site, you can read this page or view the official TRAC project
Active tickets