Compile Nestopia For Debian Based Distros and Mac Os

pix07

Well-known member
Debian,Ubuntu,Linux Mint

git clone --recursive https://github.com/0ldsk00l/nestopia.git

cd nestopia

sudo apt-get install build-essential autoconf autoconf-archive automake autotools-dev libarchive-dev libepoxy-dev libfltk1.3-dev libsamplerate0-dev libsdl2-dev zlib1g-dev

autoreconf -vif

./configure --enable-doc

make -4

sudo make install

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Mac Os


/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"



git clone --recursive https://github.com/0ldsk00l/nestopia.git

cd nestopia


brew install autoconf automake autoconf-archive pkg-config libarchive libepoxy libsamplerate fltk sdl2

export PKG_CONFIG_PATH="$(brew --prefix)/lib/pkgconfig:$(brew --prefix libarchive)/lib/pkgconfig:$PKG_CONFIG_PATH"

autoreconf -vif
./configure --enable-doc
make install

https://github.com/0ldsk00l/nestopia
 
Back
Top