diff options
| author | Pierre Ossman <ossman@cendio.se> | 2013-09-24 09:10:04 +0000 |
|---|---|---|
| committer | Pierre Ossman <ossman@cendio.se> | 2013-09-24 09:10:04 +0000 |
| commit | e1df29b85210e00299f56de7bf1416158a7d9a6d (patch) | |
| tree | b593fcd53aaba6580800d328f36b0935fef7c5b4 /README.Unix.txt | |
| parent | 1029debb666f26bafa921ecde86ab45f817d8dcc (diff) | |
Stop relying on uname and instead ask autoconf what platform
we are building for. This makes cross compiling things a lot
easier.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9990 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'README.Unix.txt')
| -rw-r--r-- | README.Unix.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/README.Unix.txt b/README.Unix.txt index e15174664..1e54e45ad 100644 --- a/README.Unix.txt +++ b/README.Unix.txt @@ -293,9 +293,12 @@ dev directory: 3.2 Configuring FLTK ----------------------- -Stay in your FLTK source-code directory. Type: +If you got FLTK via subversion then you need two extra steps. Otherwise skip +over this part. Stay in your FLTK source-code directory. Type the following +but ignore any errors from the second command: autoconf + automake --add-missing Now configure your FLTK installation: |
