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