|
|
last edited 16 years ago by daly |
1 2 | ||
Editor: daly
Time: 2007/12/20 05:58:14 GMT-8 |
||
Note: src and binary downloads available |
added:
From daly Thu Dec 20 05:58:10 -0800 2007
From: daly
Date: Thu, 20 Dec 2007 05:58:10 -0800
Subject: src and binary downloads available
Message-ID: <20071220055810-0800@axiom-wiki.newsynthesis.org>
Status: fix proposed => closed
src and binary downloads for fedora6 available at:
http://daly.axiom-developer.org/axiombinary/index.html
export AXIOM=`pwd`/mnt/fedora6
export PATH=$AXIOM/bin:$PATH
make
Here is an account of the modifications I did to build on Fedora core 6 . Probably the 2nd modification is enough.
cd src/graph/viewman cvs diff -bw Makefile.pamphlet Index: Makefile.pamphlet =================================================================== RCS file: /sources/axiom/axiom/src/graph/viewman/Makefile.pamphlet,v retrieving revision 1.3diff -b -w -r1.3 Makefile.pamphlet 272c272 < LDFLAGS = ${LDF} -lX11 --- > LDFLAGS = ${LDF} -lX11 -lXpm
cd ../../.. cvs diff -bw Makefile.pamphlet Index: Makefile.pamphlet =================================================================== RCS file: /sources/axiom/axiom/Makefile.pamphlet,v retrieving revision 1.39 diff -b -w -r1.39 Makefile.pamphlet 1258c1258,1259 < LDF=" -L/usr/X11R6/lib ${XLIB}/libXpm.a " --- > # jmv LDF=" -L/usr/X11R6/lib ${XLIB}/libXpm.a " > LDF=" -lXpm"
For more details please mail me at jeanmarc.vanel@gmail.com
src and binary downloads for fedora6 available at: http://daly.axiom-developer.org/axiombinary/index.html
export AXIOM=`pwd`/mnt/fedora6 export PATH=PATH make