Skip to content

Installing on Fedora 27

haruna edited this page Jun 21, 2021 · 2 revisions

Setup

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/

Install

You can modify the Makefile by running vim Makefile, but this is not necessary in Fedora 27. Simply run:

make
sudo make install

Execute

You can run sc-im by simply typing scim <filename>

If you want to link the sc-im binaries to your bin directory run:

sudo ln -s $(which scim) /bin/scim