Coder Social home page Coder Social logo

kai47x / zellview Goto Github PK

View Code? Open in Web Editor NEW

This project forked from zellview/zellview

0.0 0.0 0.0 53.56 MB

modern Component Pascal IDE build using Python

License: BSD 2-Clause "Simplified" License

C 4.36% HTML 10.06% Shell 16.06% CSS 1.78% JavaScript 62.76% Inno Setup 1.37% Python 3.61%

zellview's Introduction

This repository contains the sources, resources, and documentation
of zellview based on the BlackBox Component Builder and a scripting  
tool that allows one to run BlackBox commands from the command line.
A scripting tool is necessary for the CI (continues integration)
process used for BlackBox development.
For details of the build process see appbuild/build.py.


The general purpose BlackBox scripting tool bbscript.exe is based
on the scripting engine introduced in subsystem Script, which is
not part of the generated BlackBox distribution.

For compiling and linking the BlackBox Component Builder from sources:

  1. Download last version of the compiler:

    http://blackboxframework.org/makeapp/bbscript.exe

  2. Prepare 'Win/Rsrc/BlackBox.res' file
    
    Open and put version information to 'Win/Rsrc/BlackBox.rc'

    Compile this file:

    - Example for Windows:
        1) Download and install MinGW: http://www.mingw.org/
        2) C:\MinGW\bin>windres.exe -i C:\bbcb\Win\Rsrc\BlackBox.rc -o C:\bbcb\Win\Rsrc\BlackBox.res

    - Example for Linux Ubuntu:
        1) sudo apt-get install mingw32
        2) Go to the directory with sources
        3) /usr/bin/i586-mingw32msvc-windres -i BlackBox.rc -o BlackBox.res
    
  3. Run compiler:

    bbscript.exe /PAR Dev/Docu/Build-Tool.odc


For building a new bbscript.exe:

    bbscript.exe /PAR appbuild/newbbscript.txt

    or

    1. Add the 'Script' folder to your BlackBox directory
    2. Execute all commands from appbuild/newbbscript.txt

zellview's People

Contributors

kai47z avatar kai4711x avatar kai47x 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.