Last active
September 14, 2018 10:31
-
-
Save turtle0x1/7641b772ab010c0e3fb00c2d32317f1b to your computer and use it in GitHub Desktop.
Compile dbench
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt-get install Libsmbclient-dev | |
./autogen.sh | |
./configure CFLAGS="-I/usr/include/samba-4.0/" | |
# Add the following line to ./libnfs.c | |
#include <stdint.h> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment