Author: wangwei
Date: Thu Jan 14 15:30:17 2016
New Revision: 1724630

URL: http://svn.apache.org/viewvc?rev=1724630&view=rev
Log:
update installation faq for glog

Modified:
    incubator/singa/site/trunk/content/markdown/docs/installation_source.md
    incubator/singa/site/trunk/content/markdown/downloads.md

Modified: 
incubator/singa/site/trunk/content/markdown/docs/installation_source.md
URL: 
http://svn.apache.org/viewvc/incubator/singa/site/trunk/content/markdown/docs/installation_source.md?rev=1724630&r1=1724629&r2=1724630&view=diff
==============================================================================
--- incubator/singa/site/trunk/content/markdown/docs/installation_source.md 
(original)
+++ incubator/singa/site/trunk/content/markdown/docs/installation_source.md Thu 
Jan 14 15:30:17 2016
@@ -247,14 +247,15 @@ google.protobuf.internal when I try to i
   then you just set your environment variable as
 
       $ export LD_LIBRARY_PATH=/usr/local/lib64:$LD_LIBRARY_PATH
+
 * Q10: When I build glog, it reports that "src/logging_unittest.cc:83:20: 
error: ‘gflags’ is not a namespace-name"
 
   A10: It maybe that you have installed gflags with a different namespace such 
as "google". so glog can't find 'gflags' namespace.
-  
+
   Because it doesn't require gflags to build glog. So you can change the 
configure.ac file to ignore gflags.
 
   1. cd to glog src directory
   2. change line 125 of configure.ac  to "AC_CHECK_LIB(gflags, main, 
ac_cv_have_libgflags=0, ac_cv_have_libgflags=0)"
-  3. autoreconf 
- 
+  3. autoreconf
+
   After this, you can build glog again.

Modified: incubator/singa/site/trunk/content/markdown/downloads.md
URL: 
http://svn.apache.org/viewvc/incubator/singa/site/trunk/content/markdown/downloads.md?rev=1724630&r1=1724629&r2=1724630&view=diff
==============================================================================
--- incubator/singa/site/trunk/content/markdown/downloads.md (original)
+++ incubator/singa/site/trunk/content/markdown/downloads.md Thu Jan 14 
15:30:17 2016
@@ -3,12 +3,10 @@
 
 * Latest code: please clone the latest code from 
[Github](https://github.com/apache/incubator-singa)
 
-<!--
-* v0.2.0-RC1 (7 January 2016):
-    * [Apache SINGA 
0.2.0](https://dist.apache.org/repos/dist/dev/incubator/singa/0.2.0/apache-singa-incubating-0.2.0-RC1.tar.gz)
-      
[\[MD5\]](https://dist.apache.org/repos/dist/dev/incubator/singa/0.2.0/apache-singa-incubating-0.2.0-RC1.tar.gz.md5)
-      
[\[SHA256\]](https://dist.apache.org/repos/dist/dev/incubator/singa/0.2.0/apache-singa-incubating-0.2.0-RC1.tar.gz.sha256)
-      
[\[KEYS\]](https://dist.apache.org/repos/dist/dev/incubator/singa/0.2.0/KEYS)
+* v0.2.0 (14 January 2016):
+    * [Apache SINGA 
0.2.0](http://www.apache.org/dyn/closer.cgi/incubator/singa/0.2.0/apache-singa-incubating-0.2.0.tar.gz)
+      
[\[MD5\]](https://dist.apache.org/repos/dist/release/incubator/singa/0.2.0/apache-singa-incubating-0.2.0.tar.gz.md5)
+      
[\[KEYS\]](https://dist.apache.org/repos/dist/release/incubator/singa/0.2.0/KEYS)
     * [Release Notes 0.2.0](releases/RELEASE_NOTES_0.2.0.html)
     * New features and major updates,
         * [Training on GPU](docs/gpu.html) enables training of complex models 
on a single node with multiple GPU cards.
@@ -16,14 +14,18 @@
         * [Python wrapper](docs/python.html) makes it easy to configure the 
job, including neural net and SGD algorithm.
         * [RNN model and BPTT algorithm](docs/general-rnn.html) are 
implemented to support applications based on RNN models, e.g., GRU.
         * [Cloud software integration](docs/distributed-training.html) 
includes Mesos, Docker and HDFS.
--->
+        * Visualization of neural net structure and layer information, which 
is helpful for debugging.
+        * Linear algebra functions and random functions against Blobs and raw 
data pointers.
+        * New layers, including SoftmaxLayer, ArgSortLayer, DummyLayer, RNN 
layers and cuDNN layers.
+        * Update Layer class to carry multiple data/grad Blobs.
+        * Extract features and test performance for new data by loading 
previously trained model parameters.
+        * Add Store class for IO operations.
 
 
 * v0.1.0 (8 October 2015):
     * [Apache SINGA 
0.1.0](http://www.apache.org/dyn/closer.cgi/incubator/singa/apache-singa-incubating-0.1.0.tar.gz)
     * 
[\[PGP\]](https://dist.apache.org/repos/dist/release/incubator/singa/apache-singa-incubating-0.1.0.tar.gz.asc)
       
[\[MD5\]](https://dist.apache.org/repos/dist/release/incubator/singa/apache-singa-incubating-0.1.0.tar.gz.md5)
-      
[\[SHA256\]](https://dist.apache.org/repos/dist/release/incubator/singa/apache-singa-incubating-0.1.0.tar.gz.sha256)
       
[\[KEYS\]](https://dist.apache.org/repos/dist/release/incubator/singa/KEYS)
     * [Release Notes 0.1.0](releases/RELEASE_NOTES_0.1.0.html)
     * [Amazon EC2 
image](https://console.aws.amazon.com/ec2/v2/home?region=ap-southeast-1#LaunchInstanceWizard:ami=ami-b41001e6)


Reply via email to