before index-conflict changes
This commit is contained in:
18
assets/var/gnu/luv.md
Normal file
18
assets/var/gnu/luv.md
Normal file
@ -0,0 +1,18 @@
|
||||
luv 1.51
|
||||
=
|
||||
https://github.com/luvit/luv/releases/download/1.51.0-1/luv-1.51.0-1.tar.gz
|
||||
|
||||
``` sh *** build ***
|
||||
mkdir -p build; cd build
|
||||
cmake .. \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DCMAKE_INSTALL_PREFIX=/pkg/gnu/luv \
|
||||
-DLUA_BUILD_TYPE=System \
|
||||
-DBUILD_SHARED_LIBS=ON
|
||||
make -j$(nproc)
|
||||
make install
|
||||
```
|
||||
|
||||
``` cfg *** build deps ***
|
||||
libuv
|
||||
```
|
||||
Reference in New Issue
Block a user