@ bob328468365

Already done.


@ quantumgravity

cd ~ hg clone https://rawtherapee.googlecode.com/hg/ rt_repo

cd ~/rt_repo && hg pull && hg update;
majorVersion=`hg parents --template '{latesttag}'`; majorVersion=${majorVersion%%.*};
rm -rvf ~/rt_repo/rawtherapee; make clean; ./clean.sh;
cpuCount="`grep -c 'processor' /proc/cpuinfo`" || cpuCount="1";
cmake -DCMAKE_BUILD_TYPE=release -DPROC_TARGET_NUMBER:STRING=1 -DCMAKE_INSTALL_PREFIX=rawtherapee -DBUILD_BUNDLE=ON -DBINDIR=. -DDATADIR=. -DCACHE_NAME_SUFFIX=${majorVersion} &&
make -j${cpuCount} install &&
mv -v ~/rt_repo/rawtherapee ~/

thanks

Reply via email to