Post Reply 
[newRPL][How To] Compiling newRPL without QTCreator
11-04-2021, 12:18 PM
Post: #1
[newRPL][How To] Compiling newRPL without QTCreator
Wanting to build (and package for Slackware) newRPL I managed to do it without QTCreator. I thought it might a good idea to have it documented somewhere.

Procedure:
PHP Code:
git clone https://git.code.sf.net/p/newrpl/sources ~/newrpl
cd ~/newrpl/

cd tools/elf2rom/
qmake elf2rom.pro
make
cp elf2rom 
../../tools-bin/

cd ~/newrpl/
cd tools/fonts/bmp2font/
qmake bmp2font.pro
make
cp bmp2font 
../../../tools-bin/

cd ~/newrpl/
qmake newrpl-comp.pro
make
cp newrpl
-comp tools-bin/

# This `make clean` is important
make clean
qmake newrpl
-ui.pro
make 

After running all this you'll have newrpl-ui and newrpl-comp in ~/newrpl/

Full SlackBuild @ https://github.com/gwenhael-le-moine/sla...SlackBuild
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
[newRPL][How To] Compiling newRPL without QTCreator - gwh - 11-04-2021 12:18 PM



User(s) browsing this thread: 1 Guest(s)