]>
Commit | Line | Data |
---|---|---|
36996252 HH |
1 | This is Aleksandras Gluchovas' framelayout library. |
2 | ||
abbacd90 GT |
3 | THIS VERSION OF THE LIBRARY IS NOW REPLACED BY THE CODE IN |
4 | ||
5 | wxWindows/contrib/src/fl | |
6 | ||
7 | AND IS PART OF THE CONTRIB HIERARCHY STARTING WITH wxWindows v2.3.2 | |
8 | ||
9 | ALL OTHER INFORMATION BELOW THIS MAY OR MAY NOT APPLY TO THE LATEST | |
10 | VERSION. PLEASE REFER TO THE DOCUMENTS INCLUDED IN THE NEW DIRECTORY | |
11 | STRUCTURE FOR THE LATEST INFO. | |
12 | ||
13 | ||
14 | ||
15 | ||
16 | ||
36996252 HH |
17 | Please read this file for information on compiling and reporting bugs. |
18 | ||
19 | ----------------------------------------------------------------------------- | |
20 | ORGANIZATION | |
21 | ----------------------------------------------------------------------------- | |
22 | ||
23 | /src contains the library source. The default makefile will create a | |
24 | (shared) library, for example wx_fl_gtk.so.0.1. | |
25 | ||
26 | /samples contains (so far) three samples, ingeniously called 'sample', | |
27 | 'test' and 'demo'. | |
28 | ||
29 | Each dir also contains an Unix Makefile.in for automatic makefile generation | |
30 | for configure, but so far it's not automatic :-) | |
31 | Instead, a shell script make_Linux_make is provided for this. It should be | |
32 | trivial to adapt this for other systems that use a configure build. | |
33 | ||
34 | /samples/bitmaps contains bitmaps that are needed by the samples. | |
35 | ||
36 | YOU NEED TO RUN THE SAMPLES FROM THIS BITMAP DIR otherwise the binaries | |
37 | can't find their pics and horrible things will ensue. | |
38 | ||
da9531bf RS |
39 | <03-12-99 Russell> |
40 | /samples/demo/fl_demo no longer needs to be run from the bitmap dir under | |
41 | windows, it now uses windows resources. | |
42 | ||
36996252 HH |
43 | ----------------------------------------------------------------------------- |
44 | BUILDING | |
45 | ----------------------------------------------------------------------------- | |
46 | ||
47 | for Unix-like systems: | |
48 | ||
49 | ./configure should have set things up nicely in the src dir. Just type make | |
50 | ; make install to build and install the library. | |
51 | ||
52 | to make the samples, run samples/make_Linux_make, then type make in each | |
53 | sample dir. Non-Linux users should tweak the make_Linux_make script first. | |
54 | ||
55 | Note that a fl has not been tested with wxMotif yet... | |
56 | ||
57 | for Windows systems: | |
58 | ||
839eb291 HH |
59 | The src directory contains a few untested makefiles. Pick one, and best of |
60 | luck! | |
36996252 | 61 | |
25fe8620 RS |
62 | NOTE: src/Makefile.vc has been tested and works well. (Russell) |
63 | ||
64 | <Added 3-11-99> | |
65 | The samples directory and subdirectories contain (tested) Makefile.vc files | |
66 | for use with Visual C++. Move to the samples directory and type | |
67 | nmake -f Makefile.vc to build. Alternatively you can enter each sample | |
68 | directory (demo,sample, etc) and run the command there to build the | |
69 | individual sample. | |
70 | ||
36996252 HH |
71 | ----------------------------------------------------------------------------- |
72 | BUGS | |
73 | ----------------------------------------------------------------------------- | |
74 | ||
75 | Aleksandras' (alex@soften.ktu.lt) has set up a web bug tracking system at | |
76 | ||
77 | http://devel.soften.ktu.lt:17000/fl_stuff.prj | |
78 | ||
79 | If you think the wxwindows developers might be interested as well, send a | |
80 | mail to the list: | |
81 | ||
82 | wxwin-developers@wx.dent.med.uni-muenchen.de | |
83 | ||
84 | For questions/remarks about the organization of files and similar stuff you | |
85 | can also contact me at H.v.d.Heijden@phys.tue.nl | |
86 | ||
87 | ----------------------------------------------------------------------------- | |
88 | ONE MORE WARNING | |
89 | ----------------------------------------------------------------------------- | |
90 | ||
91 | I've no experience with the Windows version, but X/GTK users beware! It's | |
92 | not entirely impossible that the samples will crash your X-server, so save | |
93 | important data in other apps before you start messing with this stuff! | |
94 | ||
95 | March 5, 1999 | |
96 | Harm van der Heijden (H.v.d.Heijden@phys.tue.nl) | |
97 | ||
98 | ||
99 | Original readme file follows: | |
100 | ||
101 | ----------------------------------------------------------------------------- | |
102 | ----------------------------------------------------------------------------- | |
103 | ||
104 | Subject: [wxwin-dev] fl-progress. | |
105 | ||
106 | Hello, | |
107 | ||
108 | just uploaded latest frame-layout stuff to: | |
109 | ||
110 | http://soften.ktu.lt/~alex/newest/fl_src_3_4.zip | |
111 | ||
112 | and shots to | |
113 | ||
114 | http://soften.ktu.lt/~alex/newest/fl_3_linux.gif | |
115 | http://soften.ktu.lt/~alex/newest/fl_3_nt.gif | |
116 | ||
117 | Makefiles are currently for wxGtk (cannot write them | |
118 | for windows compilers that easily), but the same | |
119 | source code compiles and runs with MSVC (4.0) as well. | |
120 | ||
121 | There are three samples included: | |
122 | ||
123 | fl_test - shows off functionality of new plugins. | |
124 | fl_sample - may serve as an fl programming-example. | |
125 | fl_demo - more complex one, code adopted form the very first demo | |
126 | that i've released 2months ago. | |
127 | ||
128 | (and manual.html, which is kind of useless at the moment) | |
129 | ||
130 | huh, singing off for 2days now... | |
131 | ||
132 | Best Regards, | |
133 | ||
134 | Aleksandras |