Created
May 14, 2016 09:13
-
-
Save xiaofanglegoc/d506cb34099f44906f2c229eff1656aa to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| sudo luarocks install OPENSSL | |
| sudo rm -rf ~/.cache/luarocks | |
| luarocks install luacrypto OPENSSL_DIR=/usr/local/opt/openssl/ | |
| git clone https://github.com/torch/image.git | |
| cd image | |
| luarocks make image-1.1.alpha-0.rockspec | |
| git clone https://github.com/facebook/iTorch.git | |
| cd iTorch/ | |
| luarocks make |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment