Greetings ooRexx'ers,

I just went through the steps on a clean VM to build an ooRexx 4.2 package on 
Xubuntu 14.04 x86. I swapped the architecture for the 32-bit /i386 on the fly 
from the prior x64 syntax.


sudo apt-get install automake build-essential bison debhelper libtool 
subversion xalan

cd Documents
mkdir oorexx-4.2.0
cd oorexx-4.2.0

svn co svn://svn.code.sf.net/p/oorexx/code-0/main/releases/4.2.0/trunk
mv trunk/* .
rm -rf trunk/
./bootstrap
./configure --disable-static
make
sudo su -

cd /home/mdlueck/Documents/oorexx-4.2.0/
make deb
cd ..
sudo chown mdlueck:mdlueck oorexx_4.2.0-0_amd64.deb
exit

cd ..
mv oorexx_4.2.0-0_amd64.deb ooRexx-4.2.0-1.ubuntu1404.x86_64.deb



Please look over the steps and return your critique.

Shall I upload these packages somewhere for consideration to promote to SF?

I am thankful,

-- 
Michael Lueck
Lueck Data Systems
http://www.lueckdatasystems.com/

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to