Skip to content
/ TRSE Public
forked from leuat/TRSE

Turbo Rascal Syntax Error full repo

License

Notifications You must be signed in to change notification settings

phaze101/TRSE

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

First of all: see https://www.turborascal.com

TRSE

Turbo Rascal Syntax Error full repo

  • C++
  • Qt

Compiling

First, clone this repo to a TRSE directory.

Linux:

  • apt-get install qt5-default qt5-qmake qtdeclarative5-dev mesa-common-dev
  • qmake TRSE.pro
  • make -j8

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). ARM chromebook/ARM computers:
  • sudo apt install qtbase5-dev qt5-qmake qtbase5-dev-tools qtdeclarative5-dev
  • qmake TRSE.pro
  • make -j1

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

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

About

Turbo Rascal Syntax Error full repo

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 31.2%
  • Pascal 28.9%
  • C 28.5%
  • Assembly 8.0%
  • Rich Text Format 2.5%
  • QMake 0.5%
  • Other 0.4%