This website requires JavaScript.
Explore
Help
Register
Sign In
kiss-community
/
repo
Watch
2
Star
0
Fork
1
You've already forked repo
mirror of
https://codeberg.org/kiss-community/repo
synced
2024-12-24 08:20:05 -07:00
Code
Issues
Wiki
715aa2ffcb
repo
/
core
/
libnl3
/
build
9 lines
101 B
Plaintext
Raw
Normal View
History
Unescape
Escape
core: Added libnl3
2019-06-21 02:48:53 -06:00
#!/bin/sh -e
./configure \
docs: update
2019-06-21 02:52:39 -06:00
--prefix=/usr \
--disable-static
core: Added libnl3
2019-06-21 02:48:53 -06:00
make
make DESTDIR="$1" install
Copy Permalink