mirror of
https://github.com/dabonetn/linapple-pie.git
synced 2025-01-05 06:30:46 +00:00
added dependency for libsdl-image1.2-dev to documentation
This commit is contained in:
parent
db4c1432c4
commit
d33aaf7f47
9
INSTALL
9
INSTALL
@ -5,17 +5,18 @@ Linapple - crossplatfom emulator of Apple ][ (Apple2, Apple 2e) series computer
|
|||||||
You need SDL, cURL, zlib and libzip libraries development versions with -dev or -devel suffixes.
|
You need SDL, cURL, zlib and libzip libraries development versions with -dev or -devel suffixes.
|
||||||
|
|
||||||
For Debian/Ubuntu their names are:
|
For Debian/Ubuntu their names are:
|
||||||
libsdl1.2-dev - Simple Direct Media crossplatform library for video,audio, events etc.
|
libsdl1.2-dev - Simple Direct Media crossplatform library for video, audio, events, etc.
|
||||||
libcurl4 - openssl-dev - cURL net functions
|
libsdl-image1.2-dev - Image loading library for Simple DirectMedia Layer 1.2, development files
|
||||||
|
libcurl4-openssl-dev - openssl-dev - cURL net functions
|
||||||
zlib1g-dev - access .gz files
|
zlib1g-dev - access .gz files
|
||||||
libzip-dev - access .zip files
|
libzip-dev - access .zip files
|
||||||
|
|
||||||
All these libraries are available for free around the world.
|
All these libraries are available for free around the world.
|
||||||
|
|
||||||
For example for Debian/Ubuntu to install:
|
For example for Debian/Ubuntu to install:
|
||||||
$ sudo apt-get install libsdl1.2-dev libcurl4-openssl-dev zlib1g-dev libzip-dev
|
$ sudo apt-get install libsdl1.2-dev libsdl-image1.2-dev libcurl4-openssl-dev zlib1g-dev libzip-dev
|
||||||
|
|
||||||
After being SDL, zlib, cURL and libzip installed you will be able to compile linapple from sources:
|
After installing SDL, zlib, cURL, and libzip, you will be able to compile linapple from sources:
|
||||||
|
|
||||||
Untar the package (in .bz2 format):
|
Untar the package (in .bz2 format):
|
||||||
$ tar xjf linapple_src-2b.tar.bz2
|
$ tar xjf linapple_src-2b.tar.bz2
|
||||||
|
Loading…
Reference in New Issue
Block a user