Megatest

Check-in [7ce7d62a0a]
Login
Overview
Comment:Added check for iup functionality to installall.sh
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | dev
Files: files | file ages | folders
SHA1: 7ce7d62a0ae2b2b31739db2bdd1c6bcbe26ec6ca
User & Date: fdktest on 2013-07-24 06:34:28
Other Links: branch diff | manifest | tags
Context
2013-07-24
06:45
Added entry for centos5.7 check-in: 0cb4c77f89 user: fdktest tags: dev
06:34
Added check for iup functionality to installall.sh check-in: 7ce7d62a0a user: fdktest tags: dev
05:52
Fixed typo in ffcall download check-in: ed8e811a06 user: fdktest tags: dev
Changes

Modified utils/installall.sh from [f99f9e98c0] to [d2e2dfb37f].

322
323
324
325
326
327
328



# unzip -o Canvas_Draw-$CD_REL.zip
# 
# cd "Canvas Draw-$CD_REL/chicken"
# CSC_OPTIONS="-I$PREFIX/include -L$LIBPATH" $CHICKEN_INSTALL $PROX -D no-library-checks

echo You may need to add $LD_LIBRARY_PATH to your LD_LIBRARY_PATH variable, a setup-chicken4x.sh 
echo file can be found in the current directory which should work for setting up to run chicken4x










>
>
>
322
323
324
325
326
327
328
329
330
331
# unzip -o Canvas_Draw-$CD_REL.zip
# 
# cd "Canvas Draw-$CD_REL/chicken"
# CSC_OPTIONS="-I$PREFIX/include -L$LIBPATH" $CHICKEN_INSTALL $PROX -D no-library-checks

echo You may need to add $LD_LIBRARY_PATH to your LD_LIBRARY_PATH variable, a setup-chicken4x.sh 
echo file can be found in the current directory which should work for setting up to run chicken4x

echo Testing iup
$PREFIX/bin/csi -b -eval '(use iup)(print "Success")'