1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-07-04 02:35:29 +00:00
elinks/docker/djgpp/build_quickjs.sh

9 lines
251 B
Bash
Raw Normal View History

2023-11-15 17:05:20 +00:00
cd
2023-12-27 16:58:15 +00: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 17:05:20 +00:00
patch -p1 < ../quickjs-dos.diff
make -f Makefile.dos prefix=$HOME
make -f Makefile.dos install prefix=$HOME