We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
本文介绍在Linux(Ubuntu)下编译QuickJS
在Ubuntu命令行中执行
sudo apt-get install -y build-essential gcc-multilib
这个命令安装编译基础环境。
现在我们编译QuickJS,首先我们配置下Makefile中的
Makefile
prefix=/home/llgoer/quickjs
然后执行make install进行编译,完成编译后则在/home/llgoer/quickjs目录下看到quickjs相关的可执行文件。
make install
/home/llgoer/quickjs
可以在QuickJS中文Issues中提出。