-
-
Notifications
You must be signed in to change notification settings - Fork 218
Ubuntu 16.04 lua folder specific to lua v5.1
Chad Ostlund edited this page Feb 22, 2018
·
4 revisions
It maybe the case that you have an include folder in /usr/include/lua5.1
Check this if you have built sc-im but don't have colors in Ubuntu.
1. From terminal Check folder contents then type.
ls /usr/include/lua5.1
2. If you see only 1 folder include and 1 file lua.hpp then type.
ln -s /usr/include/lua5.1/include* /usr/include/lua5.1
3. You now have symbolic links to the libraries within lua5.1
you can confirm this by redo-step 1.
4. Now recompile sc-im
cd ~/replac-your-build-dir/sc-im/src
make clean
make
sudo make install