![]() |
gxPL
1.0
Tools, Application and Framework for xPL
|
These are installation instructions.
git clone http://github.com/epsilonrt/sysio.git cd sysio make sudo make install
git clone http://github.com/epsilonrt/gxPL.git
cd gxPL make sudo make install
The shared and static libraries are installed into /usr/local/lib and
header files is installed in /usr/local/include.
You can changed the destinations in the Makefile if you'd like.
cd tools make sudo make install
gxpl-hub
Be sure to open the UDP Port 3865 on your firewall, or your xPL network may not work !
cd ../examples make cd clock ./gxpl-clock -d
git clone http://github.com/epsilonrt/avrio.git cd avrio sudo make install make set-profile # Remove AVRIO_ROOT=... in /home/pascal/.profile # AVRIO_ROOT=/home/pascal/src/avrio was added # in /home/pascal/.profile # You must log out for this to take effect.