Giter Site home page Giter Site logo

stasinek / bhapi Goto Github PK

View Code? Open in Web Editor NEW
3.0 3.0 0.0 121.58 MB

Fork of ETK+ 2007r a BeOS/Haiku https://www.haiku-os.org/ API for Windows, Linux. Updated to be compatible with current version of Haiku OS, compiled using MinGW, Clang & MSVC @2017

License: Other

QMake 0.32% CMake 0.08% Makefile 0.84% Shell 0.65% C++ 52.40% C 36.05% Assembly 5.09% XSLT 0.01% CSS 0.01% HTML 3.57% Lex 0.01% Yacc 0.01% Python 0.43% M4 0.06% sed 0.01% DIGITAL Command Language 0.16% Pascal 0.11% Batchfile 0.01% Roff 0.21% Perl 0.01%

bhapi's Introduction

ETK++ The EASY Toolkit for C++ programing
Copyright (C) 2004-2007 Anthony Lee, All rights reserved.
Copyright (C) 2017-2019 Stanisław Stasiak, with the name BHAPI - BeOS/Haiku API. 
It's attempt to make Haiku OS API to be available on other systems as toolkit. 
To make BeOS specific software available on more popular systems such as Windows/MacOS/Linux. 
Furthermore make Haiku OS more attractive and interoperative as development platform.
Ultimate idea is to make Haiku ideal for embedded systems and automation as WinCE, Windows Embedded was years ago.  

 * Most ideas of it just from the great BeOS API.
 * ETK++ library is a freeware; it may be used and distributed according to
   the terms of The MIT License.

How to compile ETK++ from source
--------------------------------
 * First run "./autogen.sh --config" in current directory
	autogen.sh requires:
		autoconf >= 2.54
		automake >= 1.7
		libtool >= 1.5.24
		pkg-config >= 0.14

 * Linux/MinGW/CygWin/FreeBSD/Solaris/MacOSX/BeOS:
	1. run the "./configure" to generate the config files for compiling.
	2. run "make" to compile all.
	3. run "make install" to install all.
	4. compile example:
		$ g++ `etkxx-config --cflags --libs` myapp.cpp -o myapp
	5. special:
	  IPC on Linux --- 2.6.x kernel
	  IPC on FreeBSD 6.x --- Add "options P1003_1B_SEMAPHORES" to kernel config and recompile kernel

 * Windows MSVC++ 6.0:
	1. run "./configure --with-built-in-graphics=win32" within MinGW to generate the files
	2. open "build/win32/etkxx.dsw" in MSVC++ 6.0
	3. compile the project named "etkxx"
	4. the "build/win32/example.dsw" just for compiling examples

 * Windows MSVC .NET/2005:
	1. run "./configure --with-built-in-graphics=win32" within MinGW to generate the files
	2. open "build/win32/etkxx.sln" in MSVC .NET/2005
	3. compile the project named "etkxx"
	4. the "build/win32/example.sln" just for compiling examples

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.