Skip to content

gitter-badger/Ic

Repository files navigation

Discord

IC

Ic is a repl for C and tries to make something like Ipython, but Ic is not a copy of Ipython but something like that, and [probably] its graphical environment is used in Ic.

Contents

How the compile Ic

Install Prerequarments

  • Install "python" (version >= 3.8) and "pip"
  • Install "C compiler" (gcc, clang, etc.)
  • Install "make", "autoconf" and "automake"(You can install this on your operating system with the following commands.)

Arch

sudo pacman -S base-devel

Debian/Ubuntu and bases(Kali, Mint, etc.)

sudo apt install build-essential

Fedora

sudo dnf install build-essential

Install Requirements

  • python Requirements

note: Better for install python packages is You Are Use Virtual Environments (virtualenv, etc.)

pip install -r requirements.txt

Configuration

autoreconf -i
autoconf
./configuration

Make

make

Of course, to speed up compilation, you can use the following command to compile 4 cores (or more by changing the number)

make -j4

About

Cross-Platform C Repl

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published