You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+27-4Lines changed: 27 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,5 @@
1
1
MUSHclient source
2
+
=================
2
3
3
4
Published to GitHub on 21st. January 2010
4
5
@@ -7,7 +8,8 @@ Author: Nick Gammon
7
8
This software is released under the conditions in the file docs/agreement.txt
8
9
9
10
10
-
To compile:
11
+
To compile
12
+
----------
11
13
12
14
Certain directories only have skeleton files. These are because the "real" files are in separate libraries which you can download for yourself.
13
15
@@ -20,7 +22,28 @@ These are:
20
22
21
23
In each of those folders is a readme.txt file which explains where to get the relevant libraries, and any minor adjustments needed to make them work with MUSHclient.
22
24
23
-
You also need the following files:
25
+
To run
26
+
------
24
27
25
-
* lua5.1.dll (available from the normal MUSHclient download)
26
-
* locale/en.dll (put this under your WinRel or WinDebug directory)
28
+
You need to copy various files from the standard MUSHclient distribution release in order to test the compiled code.
29
+
30
+
They are not part of the source distribution because they are not, strictly speaking, the "source" required to compile it.
31
+
32
+
These files should be copied into the place where MUSHclient.exe was put by the compiler. In my case this would be the WinRel or WinDebug directories.
33
+
34
+
35
+
*Files*
36
+
37
+
* lua5.1.dll - for Lua scripting
38
+
* mushclient.hlp - help file
39
+
* mushclient.cnt - help table of contents
40
+
* tips.txt - tips shown at startup
41
+
* spellchecker.lua - Lua file that does the spell checking (loaded at startup)
42
+
43
+
44
+
45
+
*Directories*
46
+
47
+
***locale** directory (this has the resources (menus, dialogs etc.) )
48
+
***spell** directory (so the spell checker can find its dictionaries)
49
+
***lua** directory (if you are planning to use any Lua modules like "tprint")
0 commit comments