⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme

📁 LTris a tetris clone for Linux
💻
字号:
                        	    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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -