From 3fa0e878cfdabee506c4d21744a8723ca1452c6e Mon Sep 17 00:00:00 2001 From: andrastantos <35612787+andrastantos@users.noreply.github.com> Date: Wed, 9 Sep 2020 16:08:28 -0700 Subject: [PATCH] Update README --- README | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README b/README index ff3442b..8a15b88 100644 --- a/README +++ b/README @@ -19,18 +19,18 @@ Linux build instructions: ================================== 1. Clone repository: git clone https://github.com/andrastantos/cray-sim.git -3. Install build dependencies: +2. Install build dependencies: sudo apt install g++ make libboost-all-dev libncurses-dev libgpm-dev -4. Install run dependencies +3. Install run dependencies sudo apt install xterm telnet -5. Build +4. Build cd cray-sim/simulator make build -6. Build images +5. Build images cd ../target/cos_117 ./build_boot_tape ./build_exp_disk -7. Run simulator +6. Run simulator cd ../.. ./run