Git Product home page Git Product logo

execnik's Introduction

execnik

author info: Jacek Podkanski

This is a project to demonstrate ability of creation cross-platform Gtk applications in SBCL.

License

Public Domain

interesting links

https://github.com/plops/cl-cffi-gtk-from-repl

Usage

REPL

Add directory with the project as in the following example

(push #p "c:/Users/Jacek/Documents/Programming/Lisp/execnik/" asdf:*central-registry*)
(ql:quickload :execnik)
(in-package :execnik)

compilation and running

sbcl --load ./compilation.lisp
./execnik.exe

Running on Linux

On Linux it works in terminal and file managers.

Runnning on Windows

It also works in File Explorer on Windows if you have Msys2 and gtk libraries installed and C:\msys64\mingw64\bin path added to your environment variables.

If you do not have the mingw64\bin path added to your environment you need to start Msys2 terminal, cd to the executable and start it from the terminal.

Distribution of binary on Windows

You can also use a version that does not need Msys2 if you create a bundle with all the libraries needed.

Use my cmdlauncher.cmd a cmd with modified paths to include Mingw64 paths
cd to the project
start execnik.exe to make possible finding of used libraries
start another cmdlauncher and cd to the project
sbcl --load distribution-on-windows.lisp
that creates a new folder with the executable, bundled libraries and other
needed files

execnik's People

Contributors

bigos avatar

Watchers

James Cloos 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.