• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

MakeSwig.pyH A D17-Jun-20153.1 KiB9459

fltk_wrap.cppH A D03-May-20224.9 MiB144,182128,995

fltk_wrap.hH A D02-Jan-2017191.1 KiB5,6324,818

readmeH A D17-Jun-20151,018 2415

readme

1How to compile the project (for developers):
2
3Let us denote the root directory of the pyFltk distribution as $PYFLTK. This is the directory where you downloaded the CVs version to.
4
51) Run python MakeSwig.py in the directory $PYFLTK/python. This will run SWIG
6on the interface files and create the actual wrapper code. In general fltk
7will be searched for on the path. If you want to override the default
8installation of fltk, then you have to set the environment variable FLTK_HOME
9to do so. This is also advisable if you are using MinGW.
10
112) Change to the root directory of the pyfltk distribution $PYFLTK and run
12python setup.py build and/or python setup.py install. This will compile and
13install the python wrapper and the dll. For MinGW32 you have to run
14python setup.py build -cmingw32 install instead.
15
16That's all! This has been tested and designed for Linux and Windows with
17MinGW. With another OS your mileage might vary.
18
19Requirements: swig-1.3.30 or later (for Python 2.5)
20
21
22April 2, 2005, a. held
23
24