clementfarabet / torch-ios

Torch7 for iOS.
Other
196 stars 42 forks source link

Error installing static libraries #7

Closed tylerpayne closed 3 years ago

tylerpayne commented 9 years ago

I'm receiving the following error when I run $ ./generate_ios_framework

/bin/sh: torch-lua: command not found make[2]: * [pkg/torch/random.c] Error 127 make[1]: * [pkg/torch/CMakeFiles/torch.dir/all] Error 2 make: *\ [all] Error 2

I'm on a Macbook Pro and have torch seemingly installed correctly and referenced in my PATH. I've been using torch extensively and have not run into any issues with it until now.

Any suggestions?