Skip to content

Ubuntu 16.04 lua folder specific to lua v5.1

haruna edited this page Jun 21, 2021 · 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
  1. 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
  1. You now have symbolic links to the libraries within lua5.1 (you can confirm this by redo-step 1)

  2. Now recompile sc-im

cd ~/replac-your-build-dir/sc-im/src
make clean
make
sudo make install