UFxp:build: Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
=== Erin 2006/05/10 === | === Erin 2006/05/10 === | ||
download and install | download and install [http://upp.sourceforge.net/ Ultimate++] on local machine | ||
To install it, you should place 'theide' executable to any place on PATH | To install it, you should place 'theide' executable to any place on PATH | ||
and 'upp' directory to either: | and 'upp' directory to either: | ||
Line 15: | Line 15: | ||
(Placing both 'theide' and 'upp' to /usr/local/bin seems to be the | (Placing both 'theide' and 'upp' to /usr/local/bin seems to be the | ||
simple obvious option here). | simple obvious option here). | ||
For | For Unix | ||
%cp upp -fR /usr/local/bin/upp | %cp upp -fR /usr/local/bin/upp | ||
%cp theide /usr/local/bin/theide | %cp theide /usr/local/bin/theide | ||
Line 25: | Line 25: | ||
%cvs -d ":pserver:anoncvs@lundman.net:/home/cvsroot" login | %cvs -d ":pserver:anoncvs@lundman.net:/home/cvsroot" login | ||
Password: anoncvs | Password: anoncvs | ||
%cvs -d ":pserver:anoncvs@lundman.net:/home/cvsroot" co FXP.One | |||
%cvs -d ":pserver:anoncvs@lundman.net:/home/cvsroot" co UFxp | |||
download the cvs for FXP.One and UFxp | download the cvs for FXP.One and UFxp | ||
Line 33: | Line 35: | ||
% cd FXP.One/engine | % cd FXP.One/engine | ||
% gmake | % gmake | ||
This Error is OK | This Error is OK | ||
NOTE: gmake: build: Command not found | NOTE: gmake: build: Command not found | ||
NOTE: gmake: *** [all] Error 127 | NOTE: gmake: *** [all] Error 127 | ||
Start FXP.Oned | Start FXP.Oned | ||
Line 48: | Line 51: | ||
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. | ||
select | select MyApps / UFxp | ||
build>build (F7) | build>build (F7) | ||
RUN | RUN | ||
Debug>Execute (cntl F5) | Debug>Execute (cntl F5) |
Revision as of 06:19, 10 May 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
create app folder
%mkdir -p /home/user/upp/MyApps %cd /home/user/upp/MyApps %cvs -d ":pserver:anoncvs@lundman.net:/home/cvsroot" login Password: anoncvs %cvs -d ":pserver:anoncvs@lundman.net:/home/cvsroot" co FXP.One %cvs -d ":pserver:anoncvs@lundman.net:/home/cvsroot" co UFxp
download the cvs for FXP.One and UFxp
Compiling the engine
% cd FXP.One/engine % gmake
This Error is OK NOTE: gmake: build: Command not found NOTE: gmake: *** [all] Error 127
Start FXP.Oned
%./FXP.Oned
create your links to lion
%cd ../../UFxp %ln -s ../FXP.One/lion lion
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)