]> git.saurik.com Git - wxWidgets.git/blame - utils/framelayout/README
readme file, for reading.
[wxWidgets.git] / utils / framelayout / README
CommitLineData
36996252
HH
1This is Aleksandras Gluchovas' framelayout library.
2
3Please read this file for information on compiling and reporting bugs.
4
5-----------------------------------------------------------------------------
6ORGANIZATION
7-----------------------------------------------------------------------------
8
9/src contains the library source. The default makefile will create a
10(shared) library, for example wx_fl_gtk.so.0.1.
11
12/samples contains (so far) three samples, ingeniously called 'sample',
13'test' and 'demo'.
14
15Each dir also contains an Unix Makefile.in for automatic makefile generation
16for configure, but so far it's not automatic :-)
17Instead, a shell script make_Linux_make is provided for this. It should be
18trivial to adapt this for other systems that use a configure build.
19
20/samples/bitmaps contains bitmaps that are needed by the samples.
21
22YOU NEED TO RUN THE SAMPLES FROM THIS BITMAP DIR otherwise the binaries
23can't find their pics and horrible things will ensue.
24
25-----------------------------------------------------------------------------
26BUILDING
27-----------------------------------------------------------------------------
28
29for Unix-like systems:
30
31./configure should have set things up nicely in the src dir. Just type make
32; make install to build and install the library.
33
34to make the samples, run samples/make_Linux_make, then type make in each
35sample dir. Non-Linux users should tweak the make_Linux_make script first.
36
37Note that a fl has not been tested with wxMotif yet...
38
39for Windows systems:
40
41You're on your own for now :-/ I'll add makefiles later.
42
43-----------------------------------------------------------------------------
44BUGS
45-----------------------------------------------------------------------------
46
47Aleksandras' (alex@soften.ktu.lt) has set up a web bug tracking system at
48
49http://devel.soften.ktu.lt:17000/fl_stuff.prj
50
51If you think the wxwindows developers might be interested as well, send a
52mail to the list:
53
54wxwin-developers@wx.dent.med.uni-muenchen.de
55
56For questions/remarks about the organization of files and similar stuff you
57can also contact me at H.v.d.Heijden@phys.tue.nl
58
59-----------------------------------------------------------------------------
60ONE MORE WARNING
61-----------------------------------------------------------------------------
62
63I've no experience with the Windows version, but X/GTK users beware! It's
64not entirely impossible that the samples will crash your X-server, so save
65important data in other apps before you start messing with this stuff!
66
67March 5, 1999
68Harm van der Heijden (H.v.d.Heijden@phys.tue.nl)
69
70
71Original readme file follows:
72
73-----------------------------------------------------------------------------
74-----------------------------------------------------------------------------
75
76Subject: [wxwin-dev] fl-progress.
77
78Hello,
79
80just uploaded latest frame-layout stuff to:
81
82http://soften.ktu.lt/~alex/newest/fl_src_3_4.zip
83
84and shots to
85
86http://soften.ktu.lt/~alex/newest/fl_3_linux.gif
87http://soften.ktu.lt/~alex/newest/fl_3_nt.gif
88
89Makefiles are currently for wxGtk (cannot write them
90for windows compilers that easily), but the same
91source code compiles and runs with MSVC (4.0) as well.
92
93There are three samples included:
94
95fl_test - shows off functionality of new plugins.
96fl_sample - may serve as an fl programming-example.
97fl_demo - more complex one, code adopted form the very first demo
98 that i've released 2months ago.
99
100(and manual.html, which is kind of useless at the moment)
101
102huh, singing off for 2days now...
103
104Best Regards,
105
106Aleksandras