Talk:Compile and Install Ubuntu

From GRASS-Wiki
Jump to navigation Jump to search

Current

  • Slowly improving appearance
  • Aiming to split content in two pages--Nikos 03:46, 29 December 2012 (PST)


Please

  • add comments in this page and keep the wiki-page clean --Nikos 13:40, 3 November 2012 (PDT)
  • use time stamps when adding comments in _this_ page! --Nikos 10:11, 1 April 2011 (PDT)
  • in order to improve readability, for code blocks add
    • <source lang="bash">source code</source>
    • and <source lang="bash" enclose="none">checkinstall</source> for inline pieces of code --Nikos 03:40, 29 December 2012 (PST)

Dependencies

  • Should libreadline5 and libreadline5-dev be changed to libreadline6 and libreadline6-dev for newer versions of Ubuntu?
    • Probably yes. --Nikos 13:37, 3 November 2012 (PDT)
  • Comment removed from the wiki-page itself and copy-pasted here: (caveat: allegedly works for me - can someone please confirm? //Stefan ) --Nikos 13:37, 3 November 2012 (PDT)
  • libhdf4g-run has been superseded in recent versions of Ubuntu. This should be noted in the article.
  • Instead of specifically searching (dependency-)packages to be installed, sudo apt-get build-dep could be used. It seems it works for proj4, geos, gdal, grass (tested on Kubuntu Maverick 64-bit). --Nikos 10:09, 1 April 2011 (PDT)
    • While using build-dep is a pain free way, I think there should be also a one liner that helps install all the depenencies; The motivation behind this is that I want to build graass against custom dependecies, and I don't want to polute my system with any vanilia libraries from the default repocitoy.Vesnikos (talk) 10:23, 4 March 2014 (PST)

GDAL

  • Option --with-sqlite is not recognised and should be deleted.
  • Should libxerces-c-dev be made one of the dependencies? --with-xerces=yes returns a warning that library files are not found.


checkinstall

Folks, please keep the instructions of installing by using checkinstall. It is a very good way to keep things "cleaner" when it comes to uninstall stuff. Instead of removing the instruction(s) for checkinstall, add the (traditional way) "make install" instruction.

Except if there is a good reason for not using checkinstall. If there is, please explain.--Nikos 04:06, 24 November 2010 (PST)