We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
First, install the required dependencies:
sudo dnf install libzip-devel libxml2-devel ncurses-devel byacc git gcc gnuplot
Then, clone the repo:
git clone https://github.com/andmarti1424/sc-im.git cd sc-im/src/
You can modify the Makefile by running vim Makefile, but this is not necessary in Fedora 27. Simply run:
vim Makefile
make sudo make install
You can run sc-im by simply typing scim <filename>
scim <filename>
If you want to link the sc-im binaries to your bin directory run:
sudo ln -s $(which scim) /bin/scim