GithubHelp home page GithubHelp logo

ltk-test's Introduction

Note: Be sure you clone this project to your ~/quicklisp/local-projects/ directory.

This way it'll be found when quicklisp looks for projects.

Loading (Assumes you have installed quicklisp and made it auto start with SBCL) You will probably do this after SLIME starts.

(ql:quickload "ltk-test")
(in-package :ltk-test)
(run-demo)

Building an executable:

Note, this needs to be done outside emacs from a terminal.

  1. start sbcl in a terminal
(ql:quickload "ltk-test")
(save-lisp-and-die "ltk-test"
                   :toplevel #'ltk-test:run-demo
                   :executable t)

This will build a binary called ltk-test wherever your terminal was called from. You will still need to add the OS libraries required by LTK.

ltk-test's People

Contributors

ryanburnside avatar

Stargazers

Darren Kim avatar

Watchers

James Cloos avatar  avatar Darren Kim 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.