1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-20 01:46:15 -04:00
elinks/docker/djgpp/build_quickjs.sh

9 lines
251 B
Bash
Raw Normal View History

2023-11-15 12:05:20 -05:00
cd
2023-12-27 11:58:15 -05:00
rm -rf quickjs-2023-12-09
wget https://bellard.org/quickjs/quickjs-2023-12-09.tar.xz
tar xf quickjs-2023-12-09.tar.xz
cd quickjs-2023-12-09
2023-11-15 12:05:20 -05:00
patch -p1 < ../quickjs-dos.diff
make -f Makefile.dos prefix=$HOME
make -f Makefile.dos install prefix=$HOME