andreymlv / krokodil

Programming Language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Krokodil

Simple language that looks like Pascal.

Krokodil means crocodile.

Quick start

This project must be cross platform, but I'm prefer program inside Linux.

To build project for Windows on Linux I use msvc-wine

For Arch Linux install this dependencies:

sudo pacman -Sy wine samba python msitools python-simplejson python-six \
    ca-certificates libwbclient base-devel cmake clang

For Debian:

apt-get update
apt-get install -y wine64-development python3 msitools python3-simplejson \
    python3-six ca-certificates winbind build-essential cmake clang

To build project for Linux:

./configure
make linux

To build project for Windows:

./configure
make windows

After that all executable files can be found inside build and build-msvc.

About

Programming Language

License:MIT License


Languages

Language:C++ 89.5%Language:C 10.4%Language:CMake 0.1%Language:Makefile 0.0%