LoginSignup
1
0

More than 5 years have passed since last update.

Ubuntu 16.04 LTSになでしこ2をインストールする方法

Last updated at Posted at 2017-01-31

日本語プログラミング言語なでしこの後継版なでしこ2をUbuntu 16.04 LTSにインストールする方法についてまとめます。

手順

  1. 以下のコマンドを実行し、必要なパッケージをインストールします。
$ sudo apt install mono-complete mono-vbnc git
  1. 以下のコマンドを実行し、なでしこ2をダウンロードします。
$ git clone https://github.com/kujirahand/nadesiko2.git
  1. 以下のコマンドを実行し、カレントディレクトリを移動します。
$ cd nadesiko2/cnako2
  1. 以下のコマンドを実行し、なでしこ2をコンパイルします。
$ xbuild /p:TargetFrameworkVersion="v4.5"

動作確認

以下のようになればインストール成功です。

$ ./bin/Debug/cnako2.exe -e 3に5を足して表示
8

参考文献

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0