google-deepmind / torch-hdf5

Torch interface to HDF5 library
Other
237 stars 126 forks source link

suggested enhancement - document required bit operation support #84

Open lebedov opened 8 years ago

lebedov commented 8 years ago

torch-hdf5 requires bit operation support. Although LuaJIT has such support built-in, Lua 5.1 and 5.2 do not and may require explicit installation of LuaBitOp. It therefore might be a good idea to document this dependency in the installation instructions.