OSDN Git Service

マスクを翻訳
[lcs-jp/lcs-jp.git] / README
1 See LINUX_README.txt. Contains useful information for building on all platforms.
2
3
4 Windows easy mode compilation
5 -----------------------------
6 Easiest way is using the workspaces provided in the 'workspaces' folder. Project files are provided for:
7
8  * VisualStudio 
9
10  * Code::Blocks
11
12  
13  Files to include in Windows distributions of Liberal Crime Squad
14  ----------------------------------------------------------------
15
16  * The LCS executable: on Windows this is "crimesquad.exe" in either
17    "workspaces\Debug" for a debug build or "workspaces\Release" for a release
18    build.  Of course you should compile a new executable from the latest code.
19
20  * The curses library: on Windows this is "pdcurses.dll".
21
22  * If it was compiled with SDL for music, also include SDL2.dll and SDL2_mixer.dll.
23    You might or might not need these SDL dll files depending on how it was compiled.
24
25  * If you are using SDL for music and want to have support for Ogg Vorbis, also add
26    libogg-0.dll, libvorbis-0.dll, and libvorbisfile-3.dll. Otherwise it will fall
27    back to playing MIDI music instead of Ogg Vorbis. You don't need those 3 files if
28    you are using MIDI and not Ogg Vorbis music, though. And you don't need them if
29    you aren't using music at all, either. You just need them if you want to use Ogg
30    Vorbis music with the game.
31
32  * The "art" directory and all the files in it, with an exception regarding music:
33    You can leave out either the "midi" subdirectory or the "ogg" subdirectory, or
34    even leave out both. If you want to listen to Ogg Vorbis music which is higher
35    quality but takes up more disk space, you can leave out the "midi" subdirectory.
36    If you want to listen to MIDI music which is lower quality but takes up much
37    less disk space, you can leave out the "ogg" subdirectory. If you either compiled
38    the game without music support or you don't want music, you can leave out both
39    the "ogg" and "midi" directories.
40
41  * The "init.txt" configuration file.
42
43  * The "CrimeSquadManual.txt" documentation file from the "docs" directory.
44