Giter Club home page Giter Club logo

kanapi64's Introduction

KaNaPi project for x86_64 architecture

Main goal of this project is to create educational operating system based on Linux kernel and free software for use at home.

Current phase: Beta

Versions:

  • development - v0.11

License: GPL v.3

KaNaPi components

  • Sbs - small build system: kanapi_system/sbs
  • Bbs - base build system, built on top of Sbs: kanapi_system/kanapi-bbs
  • Cli - command line tools built on top of Bbs: kanapi_system/kanapi-cli
  • Cbs - container build system, built on top of Cli: kanapi_system/kanapi-cbs
  • Sound - sound support for cli built on top of Cli: kanapi_system/kanapi-sound
  • X11 - X11 support, libs, apps, built on top of Cli: kanapi_system/kanapi-x11
  • Gui - Gtk2/3 and Qt support, libs built on top of X11: kanapi_system/kanapi-gui
  • Apps - Applications and libs built on top Gui: kanapi_system/kanapi-apps

Docker images

The simplest way to try KaNaPi is to use docker images from docker hub.

Docker images versions are described here

Authors

  • Jacek Danecki
  • Kamil Danecki
  • Piotr Danecki

More details about KaNaPi on https://jdanecki.github.io/kanapi

Changelog

Adding new package to KaNaPi (for example to apps component)

  • In git repository goto kanapi_system/apps/packages
  • Create directory for new package by running command
./create_directory <package_name> <package_version>
  • Add URL to package repository by modifying <package_name>.kanapi file in kanapi_system/apps/packages/<package_name>-<package_version> directory

  • Update EXT variable if needed in <package_name>.kanapi file.

  • Download package by calling command

cd kanapi_system/apps/build
./download <package_name>
  • Prepare package sources by calling command
cd kanapi_system/apps/build
./prepare <package_name>
  • Configure package by calling command
cd kanapi_system/apps/build
./configure <package_name>
  • Build package by calling command
cd kanapi_system/apps/build
./build <package_name>
  • Install package by calling command
cd kanapi_system/apps/build
./install <package_name>
  • Verify package installation by calling command
cd kanapi_system/apps/build
./verify <package_name>
  • To get more info about others commands run
cd kanapi_system/apps/build
./help

kanapi64's People

Contributors

hanuko33 avatar jdanecki avatar kdanecki avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

jacekdanecki

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.