Skip to content

Commit

Permalink
Create linux.md
Browse files Browse the repository at this point in the history
  • Loading branch information
matyhtf authored Feb 7, 2023
1 parent 46064ba commit 7e6f68f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/linux.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
常见错误
=====

make: ext/opcache/minilua: No such file or directory
-----

解决办法:删除此文件,然后重新启动构建

```bash
rm ext/opcache/minilua
./make.sh build
```

0 comments on commit 7e6f68f

Please sign in to comment.