To download for Debian/Ubuntu based distributions, simply go to Github releases and install the package through dpkg or apt.
Compile from source when the .deb
isn't useful for your distribution.
Dependencies:
- Readline - Install
libreadline-dev
- A C compiler like
gcc
make
Cmake
version 3.16 and later
While inside the root of the ish
folder, run:
mkdir build
cd build
cmake ..
make
To install to /usr/local/bin, run the command sudo make install
.
While inside the build
folder of ish
, run:
- Debian package:
cpack -G DEB
- use different library for reading lines (custom? linenoise?) because I want a static library that compiles fast.