1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-16 01:08:31 -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
2024-08-21 09:36:17 -04:00
rm -rf quickjs-2024-01-13
wget https://bellard.org/quickjs/quickjs-2024-01-13.tar.xz
tar xf quickjs-2024-01-13.tar.xz
cd quickjs-2024-01-13
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