Update building doc with deprecated path

This commit is contained in:
Renato Golin 2021-09-28 14:23:09 +01:00
Родитель c982983e2b
Коммит 3ec681a6da
1 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -168,7 +168,7 @@ From the `build_ninja` directory, you can run
ninja
```
# Running examples
# Running deprecated examples
Inside the build directory, by default, there will be a `dist` directory that
contains
@ -178,12 +178,12 @@ interpreter[.exe]
```
On Windows, the simplest way to run an example is
```
build\dist\veronac.exe --run testsuite\veronac\demo\run-pass\dining_phil.verona
build\dist\veronac.exe --run testsuite\deprecated\veronac\demo\run-pass\dining_phil.verona
```
On Linux, the simplest way to run an example is
```
build_ninja/dist/veronac --run testsuite/veronac/demo/run-pass/dining_phil.verona
build_ninja/dist/veronac --run testsuite/deprecated/veronac/demo/run-pass/dining_phil.verona
```
This compiles the program to byte code and runs it through our interpreter.
@ -208,4 +208,4 @@ Where `<config>` is the build type, e.g. Debug.
## Building the runtime tests
By default, the runtime tests are not built. To enable their building
call cmake with `-DRT_TESTS=ON`.
call cmake with `-DRT_TESTS=ON`.