Skip to content

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
HeikoKoehn committed Jun 11, 2011
1 parent 17e824d commit d9fa473
Show file tree
Hide file tree
Showing 80 changed files with 15 additions and 41,144 deletions.
4 changes: 0 additions & 4 deletions CMakeLists.txt

This file was deleted.

32 changes: 15 additions & 17 deletions COMPILE
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Compiling Mudlet 1.1.0
----------------------
Compiling Mudlet 2.0
---------------------

Use the Qt-4.6-SDK package from ftp://ftp.trolltech.com/qtsdk/ or http://qt.nokia.com
It comes with a binary distribution of the libs a ready made compiler for windows (mingw)
Expand All @@ -11,6 +11,16 @@ required libs to compile Mudlet:
- Qt >=4.4 (included in the SDK)
- liblua-5.1
- libpcre-7.8 or later
- yajl-1.0 (you can also use yajl-2.0 if you change make config file src/src.pro and include lua_yajl.c instead of lua_yajl1.c)
- hunspell
- boost (www.boost.org)
- zlib.1.2.3
- Open GL libs + Qt OpenGL module see Qt OpenGL docs for more info
- zzlib (http://zziplib.sourceforge.net)
- luazip (Lua unzip module) http://www.keplerproject.org/luazip/
- Lua File System (LFS)
- rex_pcre (Lua pcre interface)
- Lua sql (Lua module for SQL)

(NOTE: GNU/Linux: You'll always need the "dev" versions of the required libs if you use packages of your distro.)

Expand All @@ -23,28 +33,16 @@ additional packages that should be present on your system to get the full featur

2. COMPILING:
=============
There are two ways to compile Mudlet.

1. CMAKE: The simplest: after having untared the source (tar xzvf mudlet-HEAD.tar.gz)
cd mudlet
./build.sh (GNU/Linux) or build.bat (windows)
make
make install (not necessary)
The binary can be found in mudlet/src/mudlet

2. FAILSAFE mode: Our cmake build doesn't work on all systems yet. So if you have problems you can use the
manual way with qmake. You can adjust the paths to the dependencies in the project file
Use qmake. You can adjust the paths to the dependencies in the project file
mudlet/src/src.pro - simply look at the top of the file and adjust the paths you find to
your own system. This is easy. If compile breaks with an error your paths are not correct.
After having adjusted src.pro:
make clean
qmake-qt4 (NOTE: On most systems there is qmake and qmake-qt4 qmake relates to the old qt version 3 qmake.)
make
make install

The binary can be found in mudlet/src/mudlet or mudlet/src/release/mudlet.exe

Note: If you run into compiler problems then use build mode #2 and edit the file mudlet/src/src.pro in order to

Note: If you run into compiler problems then edit the file mudlet/src/src.pro in order to
change the INCLUDE and/or LIBS part of the make file and set the correct path on your system.


Expand Down
38 changes: 0 additions & 38 deletions MudletCPack.cmake

This file was deleted.

13 changes: 0 additions & 13 deletions build.sh

This file was deleted.

63 changes: 0 additions & 63 deletions cmake/FindLua51.cmake

This file was deleted.

6 changes: 0 additions & 6 deletions cmake/FindMinGW.cmake

This file was deleted.

79 changes: 0 additions & 79 deletions cmake/FindPCRE.cmake

This file was deleted.

56 changes: 0 additions & 56 deletions cmake/FindQScintilla.cmake

This file was deleted.

Binary file removed src/.folder-violet.png.autosave.kra
Binary file not shown.
61 changes: 0 additions & 61 deletions src/_TODO_heiko_

This file was deleted.

Loading

0 comments on commit d9fa473

Please sign in to comment.