We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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