|
|
|
The latest version of the Xara Xtreme source is stored in a Subversion
repository. In order to access the source code please follow the
instructions in the Xara Subversion access instructions.
Prerequisites
Get and compile the wxWidgets sourceYou will ned wxWidgets 2.6.3 or later - we recommend using 2.6.3 release (WX_2_6_BRANCH also works, CVSHEAD - i.e. 2.7 is untested). Once the source has been retrieved, you will need to build them. Xara Xtreme uses the Unicode version of the library (and you can add --enable-debug, if you're intending to build a debug version of Xara Xtreme), this means that these options must be specified on the configure command line../configure --enable-unicode (this will put the built library in /usr/local, you may need to add --prefix=/usr depending on your Linux distribution) make make installYou will need to be root to perform the "make install". Compile the Xara Xtreme applicationThe main Xara Xtreme application can be compiled in the usual
configure/make way. You should not need to run autoconf if you downloaded the source from the tar file (as opposed to getting it from subversion).
autoreconf -f -i -s ./configure (once agin you can specify the install location using --prefix) make make install (optional, you willl need to be root; this just copies xaralx into /usr/local/bin) You may want to add "--enable-debug" to the ./configure option above, to get debugging. Note this will noticeably slow the application down but will make it much easier to debug. You can also build a static executable using the "--enable-static-exec" flag, though this is not recommended unless you plan to distribute the consequent binary. Add "--enable-filters" to build the xarlib filter library, and "--enable-svgfilter" to build the SVGFitler.
|
|
| Last Updated ( Saturday, 12 August 2006 ) |

