torch / distro

Torch installation in a self-contained folder
BSD 3-Clause "New" or "Revised" License
555 stars 481 forks source link

luajit-rocks missing CMakeLists.txt #151

Open holgafreak opened 7 years ago

holgafreak commented 7 years ago

tried just a minute ago, but distro install.sh or update.sh fails:

mjkoskin@mattis-ubuntu:~/devel/distro-master$ ./install.sh Prefix set to /home/mjkoskin/devel/distro-master/install fatal: Not a git repository (or any of the parent directories): .git Installing Lua version: LUAJIT21 CMake Error at exe/CMakeLists.txt:1 (ADD_SUBDIRECTORY): The source directory

/home/mjkoskin/devel/distro-master/exe/luajit-rocks

does not contain a CMakeLists.txt file.

-m

lzx1413 commented 7 years ago

@holgafreak you should use git clone --recursive to download the sub modules

tonystormhhh commented 6 years ago

@holgafreak have you solve this problem? If that plz tell me thanks!!!!!!!

sherryxie1 commented 5 years ago

maybe you haven't download the complete file, you may find that "/home/mjkoskin/devel/distro-master/exe/luajit-rocks" is empty. use "git clone https://github.com/torch/distro.git ~/torch --recursive" to download again @tonystormhhh @holgafreak