Coder Social home page Coder Social logo

c-intercal-easy's Introduction

C-INTERCAL can be a bit difficult to compile and install. Here's a combination of source code updates by Ais523 (to make it work on modern compilers) only accessible from a nethack4.org github link and the configure script (necessary to do the entire process) only accessible from Eric S. Raymond's site.

Directions for Linux or WSL

  • Extract c-intercal.tar.gz using the shell command tar -xzvf c-intercal.tar.gz. There should now be a folder called c-intercal in your current directory.
    • It's very important you use this shell tool and not Windows archiving tools like 7-zip. There are some important permissions on the files that only Unix tools will retain.
  • Change to the new directory using cd c-intercal.
  • For these next steps, you need the packages build-essential, bison, and flex. These are easy to get with the apt package manager on Ubuntu/Debian. Sometimes the build-essential package can be a bit tricky; you could try installing the packages separately (gcc, g++, libc6-dev, make, dpkg-dev) or consult this thread for some possible solutions.
  • Run ./configure in the shell
  • Run make in the shell.
  • Run make install in the shell.
  • C-INTERCAL should now be installed on your system. Call it from anywhere with ick.

c-intercal-easy's People

Contributors

kronosta avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.