summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJoe Zhao <ztuowen@gmail.com>2015-06-27 20:42:23 +0800
committerJoe Zhao <ztuowen@gmail.com>2015-06-27 20:42:23 +0800
commit60881b380b02637c27497c4508faf2345a534679 (patch)
tree7813e01519a4ee8e8523b8d9445b94ae91afed38 /README
parent76193f75ae34aa587bd87bed17a4b92eec8c6203 (diff)
downloadranksvm-60881b380b02637c27497c4508faf2345a534679.tar.gz
ranksvm-60881b380b02637c27497c4508faf2345a534679.tar.bz2
ranksvm-60881b380b02637c27497c4508faf2345a534679.zip
comments & readme
Diffstat (limited to 'README')
-rw-r--r--README24
1 files changed, 24 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..54d8f50
--- /dev/null
+++ b/README
@@ -0,0 +1,24 @@
+RankSVM Training, validating, & predicting
+==========================================
+
+Acknowledgement:
+Logging is provided by easylogging++
+up-to-date site: https://github.com/easylogging/easyloggingpp
+
+Requirements:
+CMAKE,
+GCC(C++) or any c++11 compatible compiler,
+boost libraries(program_options),
+Eigen3.
+
+How to build(Release):
+1.copy the source files to an empty directory
+2.mkdir Release
+3.cd Release
+# In the Release directory
+4.cmake -DCMAKE_BUILD_TYPE=Release ..
+# Change the Release to Debug for Debug build
+
+How to build it under windows(un-tested)
+1.Install & configure: Eigen3 & boost
+2.use cmake or VS \ No newline at end of file