[wxCL-cvs] SF.net SVN: wxcl: [495] trunk/wxcl/README
Status: Alpha
Brought to you by:
efuzzyone
From: <efu...@us...> - 2006-04-14 11:33:40
|
Revision: 495 Author: efuzzyone Date: 2006-04-14 04:32:51 -0700 (Fri, 14 Apr 2006) ViewCVS: http://svn.sourceforge.net/wxcl/?rev=495&view=rev Log Message: ----------- Modified Paths: -------------- trunk/wxcl/README Modified: trunk/wxcl/README =================================================================== --- trunk/wxcl/README 2006-04-14 11:16:17 UTC (rev 494) +++ trunk/wxcl/README 2006-04-14 11:32:51 UTC (rev 495) @@ -11,7 +11,20 @@ you have any success in generating the docs, please contact us on the wxcl mailing list. +Using SVN Code +-------------- +If you are using SVN code of wxCL, then you will need to compile wxC on your own. +And you will also need to have the cvs version of SWIG to generate the cffi +wrapper files. Once you have installed SWIG, run wx-swig.sh file in the wxCL repository, +it will generate all the wrapper files in the correct location. +Change the value of the constant `+library-name+' in the file src/defpackage.lisp to make +it point to the correct location of the .dll/.so file. + +Try out the examples in the examples folder. +Note: You also need to have `asdf' installed, and the cffi and the wxCL package in the correct +place. The wxCL examples try to load cffi and wxCL using asdf commands. + Linux Specific Notes ---------------------- Paul Viney - for compiling wxC, gtkscintilla2 appears to be required on This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |