summaryrefslogtreecommitdiff
path: root/README.Unix.txt
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2025-03-08 19:11:42 +0100
committerAlbrecht Schlosser <albrechts.fltk@online.de>2025-03-08 19:11:42 +0100
commitc2bc59f6106c36d4ace66de3f898279c15feaf60 (patch)
treeb9004be31c84593933fd6b41557d51762cd0730a /README.Unix.txt
parent0c4d2be71b42bfe1348edbe969306b70407ff71d (diff)
Update more README files for 1.5.0
Diffstat (limited to 'README.Unix.txt')
-rw-r--r--README.Unix.txt9
1 files changed, 4 insertions, 5 deletions
diff --git a/README.Unix.txt b/README.Unix.txt
index 77b9b4390..442ebf4ca 100644
--- a/README.Unix.txt
+++ b/README.Unix.txt
@@ -34,7 +34,7 @@ README.Unix.txt - Building FLTK on Unix/Linux Systems
-------------------------------------------------------------------
Note: usage of autotools, configure, and included Makefiles to
build the FLTK library is no longer available since FLTK 1.5.0.
- You must use CMake instead, see README.CMake.txt.
+ You must use CMake instead, see below and/or README.CMake.txt.
-------------------------------------------------------------------
@@ -82,9 +82,8 @@ Open a shell and install some development software:
sudo apt-get install g++
sudo apt-get install gdb
sudo apt-get install git
- sudo apt-get install make
- sudo apt-get install cmake # install CMake...
- sudo apt-get install autoconf # ...or autoconf (or both)
+ sudo apt-get install make # if used
+ sudo apt-get install cmake
sudo apt-get install libx11-dev
sudo apt-get install libglu1-mesa-dev
sudo apt-get install libxft-dev
@@ -295,7 +294,7 @@ Change the following instructions to fit your preferences.
Since FLTK 1.5 the only build system (generator) used by FLTK is CMake.
CMake can be used to create the build system of your choice, for instance
-Makefiles, Ninja build files, Xcode or Visual Studio IDE projects etc..
+Makefiles, Ninja build files, Xcode, or Visual Studio IDE projects etc..
Note: The "classic" build system with autoconf, configure, and Makefiles
is no longer available.