You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 11, 2023. It is now read-only.
WilliamTambellini edited this page Apr 13, 2016
·
2 revisions
Welcome to the r-tech1 wiki!
Notes in order to build under Linux:
if you have locally build/installed Allegro, it will probably be in /usr/local/. The default find scripts are not looking into this one but probably into /usr. In order for rtech1 scons to find allegro, you will probably have to run scons after setting such environment variable PKG_CONFIG_PATH to /usr/local/lib/pkgconfig
after a successfull build, in order to install into /usr/local, you will probably need to run as sudo:
"sudo scons install".
It should install all the headers into /usr/local/include/r-tech1, install the lib in /usr/local/lib/libr-tech1.a, install the pkg config file into /usr/local/lib/pck-config/r-tech1.pc