Giter Site home page Giter Site logo

earl-ducaine / clim2 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from franzinc/clim2

0.0 5.0 0.0 9.75 MB

The Common Lisp Interface Manager

Home Page: http://www.cliki.net/CLIM

License: Other

Makefile 0.12% Common Lisp 81.04% C 6.23% Shell 0.06% Groff 0.24% TeX 12.30% CMake 0.01%

clim2's Introduction

The Common Lisp Interface Manager

Description

The contents of this repo are known to compile and work with the latest version of Allegro Express. The short term goal is to get thing to work with CCL, then on other ANSI complient Common Lisps.

See the file LICENSE for information on the license for this source code. Note that newer files may also copyrighted under the MIT copyright. Those files are noted specifically in the file header.

Compilation Dependancies: Express Allegro and Ubuntu x86-32

Install Expresss Allegro on Ubuntu x86-32 (It’s know to work on Ubuntu 12.04 - 16.04). Add alisp to the path using something like the following:

  1. cd ~/bin
  2. ln -s ~/acl100express/bin/alist .
  3. ln -s ~/acl100express/bin/alisp.dxl .

Install Motif

You’ll also need to install the motif toolkit and build essentials. Something like the following on APT based systems:

  1. sudo apt-get install libmotif-dev
  2. sudo apt-get libxt-dev
  3. sudo apt-get install build-essential

Build motif wraper and copy library

  1. cd ~/clim2/c-src
  2. make
  3. cd ..
  4. ./cp-files.sh

Install quicklisp

The easiest way to load things is by quicklisp. First install quicklisp from the quicklisp website, configuring it for you Allegro Express installation. Then link clim2

  1. cd ~/quickload/local-projects
  2. ln -s ~/clim2 .
  3. rm system-index.txt
  4. cd ~/clim2
  5. alist
  6. (ql:quickload :clim2)
  7. (clim-demo:start-demo)

Testing

(not currently operable.)

  1. start up alegro, e.g. alisp
  2. (load “load-clim”)
  3. (load “clim-example”)

clim2's People

Contributors

antifuchs avatar dklayer avatar earl-ducaine avatar

Watchers

 avatar  avatar  avatar  avatar  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.