Synfig Project Forum

Forums for Synfig Project
It is currently Fri May 24, 2013 4:33 am

All times are UTC - 4 hours [ DST ]




Post new topic Reply to topic  [ 2 posts ] 
Author Message
PostPosted: Fri Apr 19, 2013 8:27 pm 
Offline

Joined: Fri Apr 27, 2012 4:35 am
Posts: 336
share the build-debug.sh i have :

Code:
#!/bin/sh
cd synfig
CPUS=4
prefix=$(pwd)/install
export PKG_CONFIG_PATH="$prefix/lib/pkgconfig"
export PATH=$(pwd)/synfig-core/src/tool/.libs:$PATH
export CXX="/usr/bin/ccache /usr/bin/g++"

cd ETL &&
autoreconf --install --force &&
./configure --prefix $prefix &&
make install &&
 \
cd ../synfig-core &&
libtoolize --ltdl --copy --force &&
autoreconf --install --force &&
./configure --enable-optimization=0 --prefix $prefix --enable-debug &&
make -j $CPUS install &&
 \
cd ../synfig-studio &&
autoreconf --install --force &&
intltoolize --force --copy &&
./configure --enable-optimization=0 --prefix $prefix --enable-debug &&
make -j $CPUS install

same usage as build.sh from How to Build Synfig Studio in Ubuntu 9.10

see):ya!

(edit no more inutile b/b)

_________________
Code:
for each doc in [wiki] ;; if not doc.lang.your ;; then translate(doc, lang.your) ;;

--------<<<<<<<<<<Synfig documentation Getting started>>>>>>>>>>>>----------


Last edited by d.j.a.y on Sat Apr 20, 2013 3:33 am, edited 1 time in total.

Top
 Profile  
 
PostPosted: Sat Apr 20, 2013 2:53 am 
Offline
Site Admin
User avatar

Joined: Sat Dec 01, 2007 6:26 am
Posts: 4134
Location: Spain
Please remove the BBcode from the script to make it useful. (The [b][/b] things)
-G

_________________
Synfig needs your help!
Developers, packagers, bug testers, translators, artists, web developers, wiki writers... you can contribute! :D


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

All times are UTC - 4 hours [ DST ]


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group