git @ Cat's Eye Technologies linapple / master INSTALL.md
master

Tree @master (Download .tar.gz)

INSTALL.md @masterview rendered · raw · history · blame

# Installation


## Ubuntu 16.04

make
cd bin
./linapple

### Prerequisites

```bash
sudo apt-get git libzip-dev libsdl1.2-dev libcurl4-openssl-dev zlib1g-dev
```

### Clone

```bash
git clone git@github.com:linappleii/linapple.git 
```
Linapple - crossplatfom emulator of Apple][ (Apple2, Apple 2) series computer for Linux or other OSes with SDL support.


### Compile

```bash
cd linapple
make
```

### Global Install
```shell
make install
```

### Run

```bash
bin/linapple
```

Or if you did a global install.

```bash
linapple
```

### Configure

A directory name `linapple` can be found in your home directory. Edit the `linapple.conf` file.