Просмотр исходного кода

Add installation instruction on how to install SCCD

Yentl Van Tendeloo 9 лет назад
Родитель
Сommit
75a793736c
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      README.md

+ 2 - 1
README.md

@@ -4,10 +4,11 @@ Installation
 Installing the Modelverse is unnecessary, as it is mere Python code and doesn't use installation scripts.
 Installing the Modelverse is unnecessary, as it is mere Python code and doesn't use installation scripts.
 All scripts which are generally useful are found in the 'scripts' directory, and are written in OS-independent Python code.
 All scripts which are generally useful are found in the 'scripts' directory, and are written in OS-independent Python code.
 
 
-There will be two things that you need to do only once:
+There will be three things that you need to do only once:
 
 
     1. Make copies of test files, by executing `scripts/fix_files.py`
     1. Make copies of test files, by executing `scripts/fix_files.py`
     2. Generate a bootstrap file, by executing `scripts/generate_bootstrap.py`
     2. Generate a bootstrap file, by executing `scripts/generate_bootstrap.py`
+    3. Install the [SCCD compiler and runtime](https://msdl.uantwerpen.be/git/simon/SCCD)
 
 
 That is it!
 That is it!
 You will only have to recreate a bootstrap file if you modify any of the code in the bootstrap folder, which is likely not a good idea unless you know what you are doing!.
 You will only have to recreate a bootstrap file if you modify any of the code in the bootstrap folder, which is likely not a good idea unless you know what you are doing!.