「F Sharp」の版間の差分
imported>Administrator |
imported>Administrator |
||
| 26行目: | 26行目: | ||
起動用のシェルスクリプトを作っておく。 | 起動用のシェルスクリプトを作っておく。 | ||
パスを通しておくのも忘れずに。 | |||
<source lang="bash"> | <source lang="bash"> | ||
$ echo '#!/bin/sh'$'\nexec mono $MONO_OPTIONS "/opt/FSharp-2.0.0.0/bin/fsc.exe" "$@"' > /opt/FSharp-2.0.0.0/bin/fsc | $ echo '#!/bin/sh'$'\nexec mono $MONO_OPTIONS "/opt/FSharp-2.0.0.0/bin/fsc.exe" "$@"' > /opt/FSharp-2.0.0.0/bin/fsc | ||
| 31行目: | 32行目: | ||
$ chmod 755 /opt/FSharp-2.0.0.0/bin/fsc | $ chmod 755 /opt/FSharp-2.0.0.0/bin/fsc | ||
$ chmod 755 /opt/FSharp-2.0.0.0/bin/fsi | $ chmod 755 /opt/FSharp-2.0.0.0/bin/fsi | ||
</source> | |||
起動してみる。 | |||
<source lang="bash"> | |||
$ fsi | |||
</source> | </source> | ||