|
Revision 56:f9f5e04f20b2, 1.0 kB
(checked in by Diggory Hardy <diggory.hardy@gmail.com>, 6 months ago)
|
Bit of polish for a public release, including some more documentation.
|
| Line | |
|---|
| 1 |
See doc/Readme.txt for the real readme. This file just lists some quick information about what's here... |
|---|
| 2 |
|
|---|
| 3 |
mde/ The source directory. |
|---|
| 4 |
data/ Some data files, plus some base configuration data (user- |
|---|
| 5 |
configuration should be stored in ~/.config/mde on UNIX systems |
|---|
| 6 |
and ./user on Windows (needs fixing); see |
|---|
| 7 |
codeDoc/resource/paths.txt for further info). |
|---|
| 8 |
user/ Windows only user-config (see above note). |
|---|
| 9 |
bin/ This directory contains executables/other binaries. It must |
|---|
| 10 |
exist for compiling (but should be auto-created). |
|---|
| 11 |
doc/ Some basic information. |
|---|
| 12 |
codeDoc/ Documentation aimed mostly at developers. The directory |
|---|
| 13 |
structure roughly corresponds to that under mde/. |
|---|
| 14 |
test/ Source code for testing programs. |
|---|
| 15 |
util/ Source code for utility programs. |
|---|
| 16 |
dsss_objs/ Compiled object files. Delete if you like. |
|---|
| 17 |
dsss.conf The build-time configuration. |
|---|