Code Monkey home page Code Monkey logo

trse's Introduction

TRSE

TRSE Logo

What is Turbo Rascal Syntax error, “;” expected but “BEGIN”?

In a nutshell, Turbo Rascal Syntax error, “;” expected but “BEGIN” is a complete suite for developing games and demos for older computer systems. TRSE is created with Qt (C++), and runs as a stand-alone application that contains various tools for developing and deploying projects for these processors.

Read more at Turbo Racal SE Hompage.

Repository

Turbo Rascal Syntax Error full repo

  • C++
  • Qt

Prepare

First, clone this repo to a TRSE directory.

Linux

Debian/Ubuntu

sudo apt install qt5-default qt5-qmake qtdeclarative5-dev mesa-common-dev

Fedora 40

# Using Qt 6
sudo dnf install qt-devel qt6-qtbase-devel qt6-qt3d qt6-qtdeclarative-devel mesa-libGL-devel 
sudo dnf install qt-creator           # C++ ide for QT, optional
sudo dnf install libasan libubsan     # AddressSanitizer

ARM chromebook/ARM computers (Debian based)

sudo apt install qtbase5-dev qt5-qmake qtbase5-dev-tools qtdeclarative5-dev

On windows/macos, you need to download and install the qt libraries, msvc, xcode etc:

Windows

  • install MSVC 2019
  • download the Qt framework from https://www.qt.io/download. Install the latest framework of Qt6 (desktop application).

MacOS

  • install Xcode
  • download the Qt framework from https://www.qt.io/download. Install the latest framework of Qt6 (desktop application).

Compiling

qmake TRSE.pro
make -j8 

On Qt Creator project settings

Select "Release", and under the qt project/build make sure you set the build directory to be Release/bin

After first compile:

TRSE uses a couple of directories that needs to be linked with symlinks:

  • Copy the directory "themes" in TRSE/Publish/source/ to the TRSE/Release build directory
  • Make a symbolic link called "tutorials from your build directory to point to Publish/tutorials to access tutorial projects from the front page
  • Make a symbolic link called "units from your build directory to point to TRSE/Units to access the TRSE library
  • Make a symbolic link "project_templates" from your build directory to point to Publish/project_templates in order to access the "New Project" templates

Source code information

A compiler UML diagram can be found here: https://github.com/leuat/TRSE/blob/master/uml/compiler.png

trse's People

Contributors

leuat avatar github-actions[bot] avatar andyhovine avatar colinpitrat avatar waulok avatar oshaboy avatar omiq avatar jartza avatar zzarko avatar rsenna avatar zerohpage avatar szabe74 avatar w84death avatar kichy75 avatar phed avatar zment4 avatar evenbrenden avatar haraldkorneliussen avatar swelljoe avatar splitspine avatar polluks avatar r1me 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.