プログラミングの環境構築 Setting up a programming environment
授業で実習を行うためには,事前にプログラミングの環境を構築しておく必要があります.
自分が使用するOSを確認し,以下のマニュアルを参考にして環境構築を行ってください.
A programming environment is required to be set up before class in order to be able to run codes.
Please check your OS and build the environment by referring to the following manual.
minttyに関するエラーが出た場合:
リンク
また,プログラムを作成するためのエディタが必要となります.
メモ帳やテキストエディタでも問題はないですが,下記のいずれかの使用をおすすめします.
Additionally, you will need an editor to write the actual code.
Notepad or a simple text editor could be used but we recommend using one of the following:
- Visual Studio Code
- atom
- notepad++
上記のエディタは全てフリーソフトです.自分が使いやすいものを選んでインストールしてください.
All the above editors are free. Please choose the one that you feel comfortable using and install it.