Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
illuna-minetest
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Illuna-Minetest
illuna-minetest
Commits
9bc0241e
Commit
9bc0241e
authored
9 years ago
by
SmallJoker
Committed by
est31
9 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Extend CMake variable descriptions
parent
f336d3ff
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.txt
+11
-11
11 additions, 11 deletions
README.txt
with
11 additions
and
11 deletions
README.txt
+
11
−
11
View file @
9bc0241e
...
@@ -190,16 +190,16 @@ GETTEXT_ICONV_DLL - Only when building with Gettext on Windows; pa
...
@@ -190,16 +190,16 @@ GETTEXT_ICONV_DLL - Only when building with Gettext on Windows; pa
GETTEXT_INCLUDE_DIR - Only when building with Gettext; directory that contains iconv.h
GETTEXT_INCLUDE_DIR - Only when building with Gettext; directory that contains iconv.h
GETTEXT_LIBRARY - Only when building with Gettext on Windows; path to libintl.dll.a
GETTEXT_LIBRARY - Only when building with Gettext on Windows; path to libintl.dll.a
GETTEXT_MSGFMT - Only when building with Gettext; path to msgfmt/msgfmt.exe
GETTEXT_MSGFMT - Only when building with Gettext; path to msgfmt/msgfmt.exe
IRRLICHT_DLL - path to Irrlicht.dll
IRRLICHT_DLL -
Only on Windows;
path to Irrlicht.dll
IRRLICHT_INCLUDE_DIR -
d
irectory that contains IrrCompileConfig.h
IRRLICHT_INCLUDE_DIR -
D
irectory that contains IrrCompileConfig.h
IRRLICHT_LIBRARY -
p
ath to libIrrlicht.a/libIrrlicht.so/libIrrlicht.dll.a
IRRLICHT_LIBRARY -
P
ath to libIrrlicht.a/libIrrlicht.so/libIrrlicht.dll.a
/Irrlicht.lib
LEVELDB_INCLUDE_DIR - Only when building with LevelDB; directory that contains db.h
LEVELDB_INCLUDE_DIR - Only when building with LevelDB; directory that contains db.h
LEVELDB_LIBRARY - Only when building with LevelDB; path to libleveldb.a/libleveldb.so/libleveldb.dll.a
LEVELDB_LIBRARY - Only when building with LevelDB; path to libleveldb.a/libleveldb.so/libleveldb.dll.a
LEVELDB_DLL - Only when building with LevelDB on Windows; path to libleveldb.dll
LEVELDB_DLL - Only when building with LevelDB on Windows; path to libleveldb.dll
REDIS_INCLUDE_DIR - Only when building with Redis
support
; directory that contains hiredis.h
REDIS_INCLUDE_DIR - Only when building with Redis; directory that contains hiredis.h
REDIS_LIBRARY - Only when building with Redis
support
; path to libhiredis.a/libhiredis.so
REDIS_LIBRARY - Only when building with Redis; path to libhiredis.a/libhiredis.so
SPATIAL_INCLUDE_DIR - Only
if you want to
build with LibSpatial; directory that contains spatialindex/SpatialIndex.h
SPATIAL_INCLUDE_DIR - Only
when
build
ing
with LibSpatial; directory that contains spatialindex/SpatialIndex.h
SPATIAL_LIBRARY - Only
if you want to
build with LibSpatial; path to libspatialindex_c.so
SPATIAL_LIBRARY - Only
when
build
ing
with LibSpatial; path to libspatialindex_c.so
/spatialindex-32.lib
LUA_INCLUDE_DIR - Only if you want to use LuaJIT; directory where luajit.h is located
LUA_INCLUDE_DIR - Only if you want to use LuaJIT; directory where luajit.h is located
LUA_LIBRARY - Only if you want to use LuaJIT; path to libluajit.a/libluajit.so
LUA_LIBRARY - Only if you want to use LuaJIT; path to libluajit.a/libluajit.so
MINGWM10_DLL - Only if compiling with MinGW; path to mingwm10.dll
MINGWM10_DLL - Only if compiling with MinGW; path to mingwm10.dll
...
@@ -211,8 +211,8 @@ OPENAL_INCLUDE_DIR - Only if building with sound; directory where a
...
@@ -211,8 +211,8 @@ OPENAL_INCLUDE_DIR - Only if building with sound; directory where a
OPENAL_LIBRARY - Only if building with sound; path to libopenal.a/libopenal.so/OpenAL32.lib
OPENAL_LIBRARY - Only if building with sound; path to libopenal.a/libopenal.so/OpenAL32.lib
OPENGLES2_INCLUDE_DIR - Only if building with GLES; directory that contains gl2.h
OPENGLES2_INCLUDE_DIR - Only if building with GLES; directory that contains gl2.h
OPENGLES2_LIBRARY - Only if building with GLES; path to libGLESv2.a/libGLESv2.so
OPENGLES2_LIBRARY - Only if building with GLES; path to libGLESv2.a/libGLESv2.so
SQLITE3_INCLUDE_DIR -
Only if you want to use SQLite from your OS; d
irectory that contains sqlite3.h
SQLITE3_INCLUDE_DIR -
D
irectory that contains sqlite3.h
SQLITE3_LIBRARY -
Only if you want to use the SQLite from your OS; p
ath to libsqlite3.a/libsqlite3.so
SQLITE3_LIBRARY -
P
ath to libsqlite3.a/libsqlite3.so
/sqlite3.lib
VORBISFILE_DLL - Only if building with sound on Windows; path to libvorbisfile-3.dll
VORBISFILE_DLL - Only if building with sound on Windows; path to libvorbisfile-3.dll
VORBISFILE_LIBRARY - Only if building with sound; path to libvorbisfile.a/libvorbisfile.so/libvorbisfile.dll.a
VORBISFILE_LIBRARY - Only if building with sound; path to libvorbisfile.a/libvorbisfile.so/libvorbisfile.dll.a
VORBIS_DLL - Only if building with sound on Windows; path to libvorbis-0.dll
VORBIS_DLL - Only if building with sound on Windows; path to libvorbis-0.dll
...
@@ -221,8 +221,8 @@ VORBIS_LIBRARY - Only if building with sound; path to libvorbis
...
@@ -221,8 +221,8 @@ VORBIS_LIBRARY - Only if building with sound; path to libvorbis
XXF86VM_LIBRARY - Only on Linux; path to libXXf86vm.a/libXXf86vm.so
XXF86VM_LIBRARY - Only on Linux; path to libXXf86vm.a/libXXf86vm.so
ZLIB_DLL - Only on Windows; path to zlib1.dll
ZLIB_DLL - Only on Windows; path to zlib1.dll
ZLIBWAPI_DLL - Only on Windows; path to zlibwapi.dll
ZLIBWAPI_DLL - Only on Windows; path to zlibwapi.dll
ZLIB_INCLUDE_DIR -
d
irectory
where zlib.h is located
ZLIB_INCLUDE_DIR -
D
irectory
that contains zlib.h
ZLIB_LIBRARY -
p
ath to libz.a/libz.so/zlibwapi.lib
ZLIB_LIBRARY -
P
ath to libz.a/libz.so/zlibwapi.lib
Compiling on Windows:
Compiling on Windows:
---------------------
---------------------
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment