Changes between Version 38 and Version 39 of BuildAndDeploymentEnvironment


Ignore:
Timestamp:
Jan 16, 2012, 1:34:34 AM (12 years ago)
Author:
leper
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildAndDeploymentEnvironment

    v38 v39  
    121121||XDG_DATA_HOME||~/.local/share||
    122122||INSTALLED_DATADIR||e.g. /usr/share/0ad/data or /usr/local/share/0ad/data or /opt/0ad/data (if compiled with this flag) Specified by update-workspaces.sh --datadir= ||
     123update-workspaces.sh can be called with --bindir= to set the location of the pyrogenesis executable (eg. /usr/bin or /opt/0ad/system)
     124With --libdir= you can set the path of the bundled libraries (eg. /usr/lib)
     125These flags become the INSTALLED_DATADIR, INSTALLED_BINDIR and INSTALLED_LIBDIR preprocessor directives.
    123126
    124127The default Atlas config dir (or file) is specified in source/tools/atlas/AtlasUI/Misc/DLLInterface.cpp and does not adhere to the values in Paths.cpp or the basedir-spec (Note #868)