diff options
author | Michele Calgaro <[email protected]> | 2022-06-18 22:59:25 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2022-07-10 17:21:43 +0900 |
commit | bc7518bdba609f90ee89de8b4e7ddaa1e567b1a8 (patch) | |
tree | 7a3f446098bbdaafc799fc97dd1bb998a2456252 /INSTALL | |
parent | f3116341d095d1b0237f7a36d1f3511759da7b03 (diff) | |
download | tderadio-bc7518bdba609f90ee89de8b4e7ddaa1e567b1a8.tar.gz tderadio-bc7518bdba609f90ee89de8b4e7ddaa1e567b1a8.zip |
CMake conversion.
Signed-off-by: Michele Calgaro <[email protected]>
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 15 |
1 files changed, 1 insertions, 14 deletions
@@ -1,16 +1,3 @@ -Note on automake/autoconf versions -================================== - -TDERadio should build with automake >= 1.6.1 and autoconf 2.5* - -If you have such a version but configure/make complains it needs e.g. -automake 1.7.x you should try to run - - make -f Makefile.dist - -before you run ./configure. - - Basic Installation ================== @@ -53,7 +40,7 @@ The simplest way to compile this package is: documentation. 4. You can remove the program binaries and object files from the - source code directory by typing `make clean'. + source code directory by typing `make clean'. Compilers and Options ===================== |