Skip to content

Commit

Permalink
增加编译好的 win 版本程序。新年快乐 :o>
Browse files Browse the repository at this point in the history
  • Loading branch information
yangyangwithgnu committed Feb 4, 2016
1 parent 3bfb56c commit 4c7e050
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ $ git clone https://github.com/yangyangwithgnu/hardseed.git
```
$ cd hardseed/build/
$ cmake .
$ make && sudo make install
$ make && make install
```

####『osX』
Expand Down
4 changes: 2 additions & 2 deletions build/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ SET(CMAKE_CXX_FLAGS "-std=c++11 -O3")
SET(CMAKE_BUILD_TYPE release)
ADD_EXECUTABLE(hardseed ${SRC_LIST})
TARGET_LINK_LIBRARIES(hardseed curl pthread)
INSTALL(PROGRAMS hardseed DESTINATION /usr/bin/)
INSTALL(PROGRAMS hardseed DESTINATION /usr/local/bin)

#<<<<<<<<<<<<<<<<<<<<<<

Expand All @@ -52,6 +52,6 @@ INSTALL(PROGRAMS hardseed DESTINATION /usr/bin/)
#SET(CMAKE_BUILD_TYPE release)
#ADD_EXECUTABLE(hardseed ${SRC_LIST})
#TARGET_LINK_LIBRARIES(hardseed curl pthread iconv)
#INSTALL(PROGRAMS hardseed DESTINATION /usr/bin/)
#INSTALL(PROGRAMS hardseed DESTINATION /usr/local/bin)

##<<<<<<<<<<<<<<<<<<<<<<

0 comments on commit 4c7e050

Please sign in to comment.