equal
deleted
inserted
replaced
20 For compressed screenshots: |
20 For compressed screenshots: |
21 - libpng |
21 - libpng |
22 |
22 |
23 Lua will be automatically built if not found. |
23 Lua will be automatically built if not found. |
24 |
24 |
25 PhysFS will be automatically built if not found. |
25 PhysFS will internally built unless -DPHYSFS_SYSTEM=on is passed to cmake |
26 * you can override this by manually passing |
26 (also allows to set PHYSFS_LIBRARY and PHYSFS_INCLUDE_DIR if needed). |
27 PHYSFS_LIBRARY and PHYSFS_INCLUDE_DIR to cmake |
|
28 |
27 |
29 1. Configure: |
28 1. Configure: |
30 $ cmake . |
29 $ cmake . |
31 or |
30 or |
32 $ cmake -DCMAKE_BUILD_TYPE="Release" -DCMAKE_INSTALL_PREFIX="install_prefix" \ |
31 $ cmake -DCMAKE_BUILD_TYPE="Release" -DCMAKE_INSTALL_PREFIX="install_prefix" \ |