readme

来自「LTris a tetris clone for Linux」· 代码 · 共 62 行

TXT
62
字号
                        	    LTris				                          a tetris clone for Linux                             by Michael Speck			      ********************I.   RequirementsII.  InstallationIII. TroubleshootingIV.  Feedback****************************************I.   Requirements********************LTris runs in X and uses SDL (any version though >= 1.1.4is recommended) and SDL_mixer (optional for sound). Both librariescan be found at http://libsdl.org. ********************II.  Installation********************Enter your favorite shell and type in the following stuff (in thedirectory you extracted the LTris source)> ./configure [--disable-sound] [--disable-install]              [--with-highscore-path=HPATH]    --disable-sound:       no sound    --with-buffer-size:    modify audio buffer size (set this value                           to 2048 if you encounter any sound delays)    --disable-install:     no installation; play from source directory    --with-highscore-path: write global highscore chart lbreakout.hscr                           to the specified directory                           DEFAULT: /var/lib/games> make> su (become root)> make install (if install wasn't disabled)> exit (become user again)> ltris (run game)********************III. Troubleshooting********************If you have SDL_mixer installed but configure tells you that it can't find it, remember that you have to install the development packagefor compiling!---If you can't compile because LTris' timestamps are slightly in the future run 'touchall' (found in the configure directory).---If the SDL sound seems to be out of sync first tryto modify the audio buffer by using configure option --with-buffer-size (set to 2048). If this fails setSDL_AUDIODRIVER to dma (export SDL_AUDIODRIVER=dma).  ********************IV.  Feedback********************LGames URL:  http://www.lgames.orge-Mail:      kulkanie@gmx.net

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?