Skip to content

Commit

Permalink
fix misprinting
Browse files Browse the repository at this point in the history
  • Loading branch information
WangWangJP committed Jan 27, 2018
1 parent 4ac40b9 commit 979949b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 0 additions & 1 deletion README

This file was deleted.

1 change: 1 addition & 0 deletions README
@@ -0,0 +1 @@
see README.md
5 changes: 3 additions & 2 deletions README.md
Expand Up @@ -48,11 +48,12 @@ Windows x64 build instructions on Ubuntu 16.04LTS:
sh depend.sh
cd cpuminer
./autogen.sh
LDFLAGS="-L depend/curl-7.38.0-devel-mingw64/lib64 -static" LIBCURL="-lcurldll" \
LDFLAGS="-L depend/curl-7.40.0-devel-mingw64/lib64 -static" LIBCURL="-lcurldll" \
CFLAGS="-O3 -msse4.1 -funroll-loops -fomit-frame-pointer" \
./configure --host=x86_64-w64-mingw32 --with-libcurl=depend/curl-7.38.0-devel-mingw64
./configure --host=x86_64-w64-mingw32 --with-libcurl=depend/curl-7.40.0-devel-mingw64
make


* Static version

cd deps
Expand Down

0 comments on commit 979949b

Please sign in to comment.