Changeset 3a547ee
- Timestamp:
- 2019-11-28T00:22:56Z (5 years ago)
- Branches:
- master
- Children:
- b15cbc4
- Parents:
- b504415
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
README.md
rb504415 r3a547ee 28 28 If you wish to compile it yourself, ensure you have the following packages and their headers: 29 29 30 * glib 2. 16or newer (not to be confused with glibc)30 * glib 2.32 or newer (not to be confused with glibc) 31 31 * gnutls 32 32 * python 2 or 3 (for the user guide) -
configure
rb504415 r3a547ee 57 57 arch=$(uname -s) 58 58 59 GLIB_MIN_VERSION=2. 1659 GLIB_MIN_VERSION=2.32 60 60 61 61 # Cygwin and Darwin don't support PIC/PIE
Note: See TracChangeset
for help on using the changeset viewer.