Am Freitag, 19. Februar 2016, 09:10:23 schrieb Pedro Côrte-Real:

[...]

> rm -fr build
> rm -fr /opt/darktable/*

Why do people do this? It's making the whole idea of using something like 
"make" pointless. You ONLY have to delete things if a build fails because of 
cached CMake results.

> git pull upstream master

If you didn't mess with your git configuration a simple "git pull" will be 
enough.

> ./build.sh --prefix /opt/darktable --buildtype Release
> cd build
> make install

If you skipped the "rm" above then you can replace those three lines with

cd build/
make -j install

which will build everything missing before installing.

> """ CUT HERE
> 
> For the second line to work you must be the owner of /opt/darktable/
> (sudo chown -R youruser.youruser /opt/darktable)

Good advice, it makes everything much more easy.

> Cheers,
> 
> Pedro

Tobias

[...]

Attachment: signature.asc
Description: This is a digitally signed message part.

------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
_______________________________________________
Darktable-users mailing list
Darktable-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/darktable-users

Reply via email to