Skip to content

Commit 2b6fb86

Browse files
committed
Added instructions for running after compiling
1 parent 8c7636f commit 2b6fb86

File tree

1 file changed

+27
-4
lines changed

1 file changed

+27
-4
lines changed

readme.md

Lines changed: 27 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
MUSHclient source
2+
=================
23

34
Published to GitHub on 21st. January 2010
45

@@ -7,7 +8,8 @@ Author: Nick Gammon
78
This software is released under the conditions in the file docs/agreement.txt
89

910

10-
To compile:
11+
To compile
12+
----------
1113

1214
Certain directories only have skeleton files. These are because the "real" files are in separate libraries which you can download for yourself.
1315

@@ -20,7 +22,28 @@ These are:
2022

2123
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.
2224

23-
You also need the following files:
25+
To run
26+
------
2427

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

Comments
 (0)