Sunday, April 7, 2013

Instación de DarkTable 1.2


9 comments:

  1. Release:
    - http://www.darktable.org/2013/04/released-1-2/

    ReplyDelete
  2. Como compilar:
    - http://www.darktable.org/development/

    ReplyDelete
  3. Instalamos dependencias para build:

    $ sudo apt-get build-dep darktable

    ReplyDelete
  4. Clonamos repo:

    $ git clone git://github.com/darktable-org/darktable.git

    ReplyDelete
  5. Hacemos checkout de version 1.2:

    $ git checkout release-1.2

    ReplyDelete
  6. E iniciamos el build:

    $ ./build.sh --prefix /opt/darktable-1.2 --buildtype Release

    ReplyDelete
  7. Creamos directorio de instalacion:

    $ sudo mkdir /opt/darktable-1.2
    $ sudo chown horacio.horacio /opt/darktable-1.2

    ReplyDelete
  8. Olvide configurar la optimización:

    $ export CFLAGS="-march=amdfam10 -O2 -pipe"
    $ export CXXFLAGS="${CFLAGS}"

    ReplyDelete

Note: Only a member of this blog may post a comment.