-
Notifications
You must be signed in to change notification settings - Fork 0
/
INSTALL.txt
33 lines (27 loc) · 1.38 KB
/
INSTALL.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
*********************************************************************************
* .___ ___________ _________ ________ _____________________ _________ *
* | |\ \ \ / / _ \ \______ \ \_ _____/\______ \/ _____/ *
* | |/ | \ Y / /_\ \ | | \ | __)_ | _/\_____ \ *
* | / | \ / | \| ` \| \ | | \/ \ *
* |___\____|__ /\___/\____|__ /_______ /_______ / |____|_ /_______ / *
* \/ \/ \/ \/ \/ \/ *
*********************************************************************************
AN ASCII SPACE INVADERS CLONE FOR ICS-OS
*********************************************************************************
INSTALLATION:
1. Copy the tar.gz file into the ics-os source
contrib dir and extract within.
$tar xzvf spaceinv.tar.gz
$cd spaceinv
2. Make and install.
$make
$make install
2. Perform the steps to install ics-os.
$cd ../..
$sudo make install
3. In the QEMU emulator, go to the apps
folder and run spaceinv.exe inside ics-os
$cd apps
$spaceinv.exe
4. Enjoy playing the game!
*********************************************************************************