When I tried to run this code to install Torch
git clone https://github.com/torch/distro.git ~/torch --recursive
cd ~/torch; bash install-deps;
./install.sh
I met the error:
invalid option: --with-wxmac
What does it mean? and what should i do to solve this?