all: minor cleanups, update some comments

This commit is contained in:
Markus F.X.J. Oberhumer
2023-01-13 05:37:28 +01:00
parent 696d0eec64
commit f00667ad7d
7 changed files with 32 additions and 23 deletions
+2 -1
View File
@@ -44,7 +44,8 @@ Short overview
Tools needed to build/modify the UPX sources
--------------------------------------------
- A C++ compiler that supports C++ 17: clang, gcc or msvc
- A C++ compiler that supports C++ 17: clang 5.0, gcc 8.0 or msvc 2019 16.11
(older or other compilers may work, use at your own risk)
- GNU make