1
0
mirror of https://github.com/PDP-10/its.git synced 2026-01-11 23:53:12 +00:00

Update README.md

Adding instructions on how to deploy the dependencies in a consistent fashion to build on various OSes
This commit is contained in:
Mike Kostersitz (Oilcan Productions) 2023-12-22 10:46:55 -08:00 committed by Lars Brinkhoff
parent 61925004dd
commit ef16e247d7

View File

@ -64,6 +64,23 @@ some of which are disk images with ITS installed.
| pdp10-kl | git, c compiler, make, expect, curses, autoconf, sdl2, sdl2-image, gtk3
| pdp10-ks | git, c compiler, make, expect, curses, autoconf, sdl2
The repo comes with a handy script to install required dependencies.
After cloning the repo change to the build folder. For example if you cloned into `~/its` use the following commands
```
cd ~/its/build
sudo chmod +x dependencies.sh
```
the script takes 2 parameters to run:
`install_<os>` and `EMULATOR=<emnulatorname>`
To install the dependencies
- on MacOS for the PDP-10 KA run
- `./dependencies.sh install_macosx EMULATOR=pdp10-ka`
- on Ubuntu run
- `./dependencies.sh install_linux EMULATOR=pdp10-ka`
- on FreeBSD run
- `./dependencies.sh install_freebsd EMULATOR=pdp10-ka`
Once the script completes navigate back to the `~/its` folder with `cd ..` and run `make clean all EMULATOR=pdp10-ka`
### Usage
To start ITS, type `./start`. If you see `KLH10#`, type `go` and