mirror of
https://github.com/minetest-mods/irc.git
synced 2024-12-27 17:20:20 +01:00
Added API docs, cleaned up some other docs, and fixed CMakeLists.txt to reflect changes.
This commit is contained in:
parent
c95420645e
commit
31e7d96de4
@ -136,8 +136,8 @@ add_custom_target(pack_mod
|
||||
COMMAND ${CMAKE_COMMAND} -E copy src/chatcmds.lua ${dir}
|
||||
COMMAND ${CMAKE_COMMAND} -E copy src/botcmds.lua ${dir}
|
||||
COMMAND ${CMAKE_COMMAND} -E copy README.txt ${dir}
|
||||
COMMAND ${CMAKE_COMMAND} -E copy doc/API.txt ${dir}
|
||||
COMMAND ${CMAKE_COMMAND} -E copy doc/LICENSE.txt ${dir}
|
||||
COMMAND ${CMAKE_COMMAND} -E copy doc/CHANGES.txt ${dir}
|
||||
COMMAND ${CMAKE_COMMAND} -E copy doc/TODO.txt ${dir}
|
||||
COMMAND ${CMAKE_COMMAND} -E copy doc/TESTED_ON.txt ${dir}
|
||||
)
|
||||
|
@ -48,7 +48,7 @@ INSTALLING
|
||||
----------
|
||||
Just put the created `irc' directory in any of the directories where
|
||||
Minetest looks for mods. For more information, see:
|
||||
http://wiki.minetest.net/wiki/Installing_mods
|
||||
http://wiki.minetest.com/wiki/Installing_mods
|
||||
|
||||
|
||||
SETTINGS
|
||||
|
@ -1,25 +0,0 @@
|
||||
This was successfully tested on the following systems and found to compile,
|
||||
install and work properly in minetest.
|
||||
|
||||
ArchLinx
|
||||
--------
|
||||
GCC 4.7.2
|
||||
CMAKE 2.8.10.1
|
||||
|
||||
Ubuntu 12.04
|
||||
------
|
||||
GCC 4.6.3-1ubuntu5
|
||||
CMake 2.8.7
|
||||
|
||||
Ubuntu 12.10
|
||||
------
|
||||
GCC 4.7.2-2ubuntu1
|
||||
CMAKE 2.8.9
|
||||
|
||||
|
||||
Fails on:
|
||||
|
||||
LinuxMint
|
||||
---------
|
||||
GCC 4.5.2
|
||||
CMAKE 2.8.3
|
Loading…
Reference in New Issue
Block a user