UFxp:build: Difference between revisions
mNo edit summary |
No edit summary |
||
Line 23: | Line 23: | ||
'''You will need to setup the FXP.One engine as well. Please follow the instructions for FXP.One [[Compile]]''' | '''You will need to setup the FXP.One engine as well. Please follow the instructions for FXP.One [[Compile]]''' | ||
Check out the sources from CVS, or untar the source tarball. | |||
% mkdir -p /home/user/upp/MyApps | |||
%mkdir -p /home/user/upp/MyApps | % cd /home/user/upp/MyApps | ||
%cd /home/user/upp/MyApps | |||
%cvs -d ":pserver:anoncvs@lundman.net:/home/cvsroot" login | % tar -zxvf UFxp-v1.1.tar.gz | ||
'''OR''' | |||
% cvs -d ":pserver:anoncvs@lundman.net:/home/cvsroot" login | |||
Password: anoncvs | Password: anoncvs | ||
%cvs -d ":pserver:anoncvs@lundman.net:/home/cvsroot" co UFxp | % cvs -d ":pserver:anoncvs@lundman.net:/home/cvsroot" co UFxp | ||
% cd UFxp | % cd UFxp | ||
% cd lion | % cd lion | ||
Line 36: | Line 40: | ||
start theide | start theide | ||
%theide | % theide | ||
You have to set the path to your UFXP code and then build it. | You have to set the path to your UFXP code and then build it. |
Revision as of 01:21, 15 September 2006
Erin 2006/05/10
download and install Ultimate++ on local machine To install it, you should place 'theide' executable to any place on PATH and 'upp' directory to either:
- ~/upp
- /usr/local/share/upp
- /usr/local/lib/upp
- /usr/local/bin/upp
- /usr/share/upp
- /usr/lib/upp
- /usr/bin/upp
(Placing both 'theide' and 'upp' to /usr/local/bin seems to be the simple obvious option here). For Unix
%cp upp -fR /usr/local/bin/upp %cp theide /usr/local/bin/theide %chmod 755 /usr/local/bin/theide
You will need to setup the FXP.One engine as well. Please follow the instructions for FXP.One Compile
Check out the sources from CVS, or untar the source tarball.
% mkdir -p /home/user/upp/MyApps % cd /home/user/upp/MyApps
% tar -zxvf UFxp-v1.1.tar.gz OR % cvs -d ":pserver:anoncvs@lundman.net:/home/cvsroot" login Password: anoncvs % cvs -d ":pserver:anoncvs@lundman.net:/home/cvsroot" co UFxp
% cd UFxp % cd lion % ./configure % gmake
start theide
% theide
You have to set the path to your UFXP code and then build it.
select MyApps / UFxp build>build (F7)
RUN Debug>Execute (cntl F5)