1
0
Fork 0

Add snapshot instructions to README.md

This commit is contained in:
Patryk Obara 2019-12-05 13:13:40 +01:00 committed by Patryk Obara
parent 88ab53d3a3
commit adead31b44

View file

@ -50,6 +50,31 @@ Codecs supported for CD Digital Audio emulation (loading CD music via
[7]:https://sourceforge.net/p/dosbox/code-0/HEAD/tree/dosbox/trunk/src/dos/cdrom_image.cpp#l536
## Development snapshot builds
*Only Linux snapshots are available at the moment.*
Pre-release builds can be downloaded from CI build artifacts. Go to
[Linux builds](https://github.com/dreamer/dosbox-staging/actions?query=workflow%3A%22Linux+builds%22+is%3Asuccess),
select a build you are interested in, click "**Artifacts**" button (in the top
right), and download the package.
Snapshots are dynamically-linked x86\_64 builds, you'll need additional
packages installed via your package manager. Different dependencies might
be necessary for specific snapshots (check included README file).
#### Fedora
$ sudo dnf install SDL SDL_net opusfile
#### Debian, Ubuntu
$ sudo apt install libsdl1.2 sdl-net1.2 opusfile
#### Arch, Manjaro
$ sudo pacman -S sdl sdl_net opusfile
## Build instructions
### Linux, macOS, MSYS2, MinGW, other OSes