From e1df29b85210e00299f56de7bf1416158a7d9a6d Mon Sep 17 00:00:00 2001 From: Pierre Ossman Date: Tue, 24 Sep 2013 09:10:04 +0000 Subject: 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 --- README.Unix.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'README.Unix.txt') 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: -- cgit v1.2.3