From ee19e2608ed90763c041bae83321a52ffc48d68e Mon Sep 17 00:00:00 2001 From: nagadomi Date: Tue, 3 Nov 2015 06:19:36 +0900 Subject: [PATCH] update README for dev --- README.md | 30 +++++++++++++++++------------- 1 file changed, 17 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index e9da2f6..fb86504 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# v1.0 branch +# dev branch -This branch is under construction. This would break backwards compatibility sometimes. +This branch is work in progress. # waifu2x @@ -45,6 +45,7 @@ Created at: 2015-08-12 - [NVIDIA CUDA](https://developer.nvidia.com/cuda-toolkit) ### lualocks packages (excludes torch7's default packages) +- lua-csnappy - md5 - uuid - [turbo](https://github.com/kernelsauce/turbo) @@ -66,10 +67,24 @@ sudo apt-get update sudo apt-get install cuda ``` +#### Install Package + +``` +sudo apt-get install libsnappy-dev +``` + #### Install Torch7 See: [Getting started with Torch](http://torch.ch/docs/getting-started.html) +And install luarocks packages. +``` +luarocks install lua-csnappy +luarocks install md5 +luarocks install uuid +PREFIX=$HOME/torch/install luarocks install turbo # if you need web application +`` + #### Validation Test the waifu2x command line tool. @@ -77,18 +92,7 @@ Test the waifu2x command line tool. th waifu2x.lua ``` -### Setting Up the Web Application Environment (if you needed) - -#### Install packages - -``` -luarocks install md5 -luarocks install uuid -PREFIX=$HOME/torch/install luarocks install turbo -``` - ## Web Application -Run. ``` th web.lua ```