Version 1 (modified by trac, 16 years ago) ( diff )

--

1) See libraries/wxwidgets/readme.txt.

1a) Download the self-extracting archive, run it and extract to libraries/wxwidgets, which will yield include/ and lib/ subdirectories.

OR

1b) 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.

2) 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.

3) Simply do a build within VC (this is Windows-specific, but AFAIK Atlas currently isn't completely functional on Linux yet)

Output is binaries/AtlasUI.dll or AtlasUI_dbg.dll

Note: See TracWiki for help on using the wiki.