Thanks! That's exactly what I needed to know.
Francis --- Island Light Photography www.islandlight.ca On 12-10-17 01:46 PM, johannes hanika wrote: > if you followed the intstructions on the webpage, this: > > ./build.sh --prefix /path/to/install > > is where the binary will be installed, and you should be able to > execute it via /path/to/install/bin/darktable > (replace that of course with something meaningful, like /opt/darktable) > > -jo > > On Thu, Oct 18, 2012 at 8:19 AM, francis <[email protected]> wrote: >> Hello! >> I have very little experience with git or building programs in Linux but >> I am trying to learn. I have some experience with web programming and I >> would like to (at some point) be able to contribute patches to darktable. >> >> I have attempted to follow the instructions for installing from git that >> are posted on www.darktable.org/install/ >> It looks like it all worked without serious errors but the result is always: >> >> "The program 'darktable' is currently not installed. You can install it >> by typing: >> sudo apt-get install darktable" >> >> The errors that I found after my last build were: >> >> CMake Warning (dev) at src/CMakeLists.txt:113 (find_package): >> Policy CMP0011 is not set: Included scripts do automatic cmake_policy >> PUSH >> and POP. Run "cmake --help-policy CMP0011" for policy details. Use the >> cmake_policy command to set the policy and suppress this warning. >> >> The included script >> >> /home/fr33/darktable/cmake/modules/FindGlib.cmake >> >> affects policy settings. CMake is implying the NO_POLICY_SCOPE >> option for >> compatibility, so the effects are applied to the including context. >> This warning is for project developers. Use -Wno-dev to suppress it. >> >> CMake Warning (dev) at src/CMakeLists.txt:118 (find_package): >> Policy CMP0011 is not set: Included scripts do automatic cmake_policy >> PUSH >> and POP. Run "cmake --help-policy CMP0011" for policy details. Use the >> cmake_policy command to set the policy and suppress this warning. >> >> The included script >> >> /home/fr33/darktable/cmake/modules/FindGTK2.cmake >> >> affects policy settings. CMake is implying the NO_POLICY_SCOPE >> option for >> compatibility, so the effects are applied to the including context. >> This warning is for project developers. Use -Wno-dev to suppress it. >> >> >> # but this doesn't seem like it's the problem. >> # then there was: >> >> -- Could NOT find INOTIFY (missing: INOTIFY_INCLUDE_DIR) >> >> -- checking for module 'Gettext' >> -- package 'Gettext' not found >> -- Internationalization: Enabled >> -- checking for module 'json-glib-1.0' >> -- package 'json-glib-1.0' not found >> -- Could NOT find OpenGL (missing: OPENGL_gl_LIBRARY) >> -- Checking for -march=native support >> -- checking for one of the modules 'libsoup-2.4;libsoup2' >> -- checking for one of the modules 'libsoup-2.2;libsoup2' >> -- Map mode: disabled, please install libsoup2 >> -- checking for module 'colord' >> -- package 'colord' not found >> >> # I tried to install "json-glib-1.0" and the other packages that it was >> complaining about with apt-get. >> # json-glib-1.0 seemed to work but didn't change the "not found" >> message. the rest mostly said "E: Unable to locate package Gettext" or >> the like... >> >> # then this one: >> WARNING: Ubuntu12.04 not supported yet. >> Please set deps in cmake/darktable-packaging.cmake before packaging. >> >> # after "sudo make install" most things seem to be "-- Up-to-date:" >> >> Can anyone point me towards what I'm doing wrong? >> >> Thanks in advance for any suggestions, >> Francis >> >> >> --- >> Island Light Photography >> www.islandlight.ca >> >> >> ------------------------------------------------------------------------------ >> Everyone hates slow websites. So do we. >> Make your web apps faster with AppDynamics >> Download AppDynamics Lite for free today: >> http://p.sf.net/sfu/appdyn_sfd2d_oct >> _______________________________________________ >> Darktable-users mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/darktable-users ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_sfd2d_oct _______________________________________________ Darktable-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/darktable-users
