install

来自「very famous terminal, i use it test cli 」· 代码 · 共 25 行

TXT
25
字号
$Id: INSTALL,v 1.1 2006/04/05 10:45:47 julienlecomte Exp $Basic Installation==================  Just compile the executable and place in either root directory of your mSysinstallation, or your bin (/bin) or sbin (/sbin) directories.  If you create a shortcut link, you should set the 'start in' properties of theshortcut to the directory where mShell resides.MinGW==================  Just like any other package configuration and building is done via a`./configure && make'.  Of note: configure will use a default prefix of '/usr/local/'. Although thisis not problematic, you can always copy mShell to {/,/bin,/sbin}, you canconfigure it directly to install it to the correct path with the followingcommand: `./configure --prefix=/'CygWin==================  Just like any other package configuration and building is done via a`./configure && make'.  Nevertheless, you must compile in -mno-cygwin mode. To enable this, configureand build will a command line such as: `./configure && make CFLAGS=-mno-cygwin'

⌨️ 快捷键说明

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