Giter Club home page Giter Club logo

kex's Introduction

kex

This project lets you to run Kolibri OS programs on your Linux host without installing Kolibri OS


How to build

Install the build essential environment and LZMA library.

Ubuntu:

sudo apt-get install ubuntu build-essential liblzma-dev

Fedora:

sudo yum install liblzma-devel

or

sudo yum install lzma-sdk457

Then use your gcc to build kex by entering the following command at your terminal window:

gcc -o kex main.c k_*.c -lX11 -lXrender -lrt -llzma -ldl -D_GNU_SOURCE

Alternatively, if you have CodeLite you could simply add the project file into your existing (or new empty) workspace and build it


How to setup

Create ~/.kex/ inside your home directory:

mkdir ~/.kex/

Then you should place the following files to ~/.kex/:

If you have wget - you could quickly wget them with the following commands:

wget http://websvn.kolibrios.org/dl.php?repname=Kolibri+OS&path=%2Fkernel%2Ftrunk%2Fgui%2Fchar.mt
wget http://websvn.kolibrios.org/dl.php?repname=Kolibri+OS&path=%2Fkernel%2Ftrunk%2Fgui%2FcharUni.mt

then

mv ./char.mt ~/.kex/
mv ./charUni.mt ~/.kex/

The only remaining file you need is

  • ~/.kex/root/RD/1/DEFAULT.SKN

Create the supporting directory tree:

mkdir ~/.kex/
mkdir ~/.kex/root/
mkdir ~/.kex/root/RD/
mkdir ~/.kex/root/RD/1/

Then you could obtain this DEFAULT.SKN file in the following way:

  1. download the latest Kolibri OS floppy image or just wget it:

    wget http://builds.kolibrios.org/eng/latest-img.7z

  2. extract it with 7zip if you have it installed:

    7za x latest-img.7z

  3. mount it to your empty ~/.kex/root/RD/1 directory:

    sudo mount -o loop kolibri.img ~/.kex/root/RD/1

Alternatively, you could get the latest kolibri.iso and mount it to ~/.kex/root/CD0/1 directory


How to use

Run any KolibriOS program with kex !

Usage:

$PATH_TO_KEX/kex kolibriapp args

Example:

~/kex-master/kex ~/.kex/root/RD/1/GAMES/XONIX

kex's People

Contributors

informer2016 avatar tsdima avatar

Stargazers

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