Changes between Initial Version and Version 1 of Compiling_Atlas


Ignore:
Timestamp:
Feb 23, 2008, 4:18:58 AM (16 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Compiling_Atlas

    v1 v1  
     11) See libraries/wxwidgets/readme.txt.
     2
     31a) Download the self-extracting archive, run it and extract to libraries/wxwidgets, which will yield include/ and lib/ subdirectories.
     4
     5OR
     6
     71b) Download and build wxWidgets yourself, noting requirements set forth in our libraries/wxwidgets/readme.txt. Move $wxw/include/wx to libraries/wxwidgets/include/wx and $wxw/lib/vc_lib/* to libraries/wxwidgets/lib.
     8
     92) run "build/workspaces/update-workspaces --atlas" to generate the (actual) Atlas projects. Instead of always generating those workspaces, we only do so on demand to save time in generating/compiling. Generally, it is ok for users/non-Atlas programmers to use semi-new binary versions of AtlasUI.dll instead of always recompiling it.
     10
     113) Simply do a build within VC (this is Windows-specific, but AFAIK Atlas currently isn't completely functional on Linux yet)
     12
     13Output is binaries/AtlasUI.dll or AtlasUI_dbg.dll