From 501cdb00b909e523988d234bbd9f0d6e9ce98b6f Mon Sep 17 00:00:00 2001 From: Taariq Mullins Date: Tue, 6 Mar 2018 11:09:17 +0200 Subject: [PATCH 1/2] refactor(build.sh); Changed to use GIT http url. This breaks for users that have not setup git using SSH. --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index e127eb3..cba7da0 100644 --- a/build.sh +++ b/build.sh @@ -1,6 +1,6 @@ # build lightlda -git clone -b multiverso-initial git@github.com:Microsoft/multiverso.git +git clone -b multiverso-initial https://github.com/Microsoft/multiverso.git cd multiverso cd third_party From 48ddd6f78d3cc1fdfcd6f9286410fbc3e95823ba Mon Sep 17 00:00:00 2001 From: Taariq Mullins Date: Tue, 6 Mar 2018 11:16:18 +0200 Subject: [PATCH 2/2] refactor (readme.md): updated readme with installation instructions. --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5844950..bdf4ac1 100755 --- a/README.md +++ b/README.md @@ -14,12 +14,17 @@ The highlight features of LightLDA are * **Fast**: The sampler can sample millions of tokens per second per multi-core node. * **Lightweight**: Such big tasks can be trained with as few as tens of machines. +## Requirements + +You need to have a functional build environment in order to proceed with building lightlda. On debian this is as simple as running + +``` $ sudo apt-get install build-essential libzmq3-dev``` + ## Quick Start Run ``` $ sh build.sh ``` to build lightlda. Run ``` $ sh example/nytimes.sh ``` for a simple example. - ## Reference Please cite LightLDA if it helps in your research: