форк PascalABC с синонимами русских ключевых слов
Find a file
Бондарев Иван 9c33815d80 .
2019-04-02 21:41:21 +02:00
_NewAppIcons Новая иконка приложения 2019-03-17 21:58:24 +03:00
_ParsePABC1
_Presentations/2015 New Features
bin bug fix #1898 2019-04-01 07:15:39 +03:00
CodeCompletion fix #1826 2019-03-10 18:27:43 +01:00
CodeExamples
Compiler fix #1665 2019-04-02 21:33:02 +02:00
CompilerTools
Configuration bug fix #1898 2019-04-01 07:15:39 +03:00
Debugger.Core
doc
Errors
Grammars
ICSharpCode.TextEditor
InstallerSamples bug fix #1898 2019-04-01 07:15:39 +03:00
Libraries
Localization bug fix #1898 2019-04-01 07:15:39 +03:00
NETGenerator Новая основная иконка ABC. Нормально отображается в WinXP, Win 7, Win 10 2019-03-15 00:13:53 +03:00
OptimizedAssemblies
Optimizer
pabcnetc Fixed Linux build and runtime 2019-03-03 15:03:46 +03:00
pabcnetc_clear pabcnetcclear - добавление директив в командную строку и переработка диагностики ошибок 2019-03-19 16:45:47 +03:00
PABCNetHelp f.Lines для текстового файла 2019-03-10 22:26:23 +03:00
Parsers bug fix #1886 2019-03-27 21:56:13 +03:00
ParserTools fix #1822 2019-03-10 14:53:57 +01:00
PluginsSupport
Release
ReleaseGenerators bug fix #1898 2019-04-01 07:15:39 +03:00
SemanticTree fix #1739 2019-02-17 20:09:17 +01:00
SyntaxTree fix #1897 2019-04-01 07:25:01 +03:00
SyntaxTreeConverters
SyntaxVisitors fix #1830 2019-03-08 00:26:13 +03:00
TestSuite . 2019-04-02 21:41:21 +02:00
TreeConverter Merge branch 'master' of github.com:pascalabcnet/pascalabcnet 2019-04-02 21:37:30 +02:00
Utils
VisualPascalABCNET fix 2019-04-02 21:39:20 +02:00
VisualPlugins
WeifenLuo
Yield
YMC
.gitignore
_BuildDebug.bat
_Clean.bat
_GenerateAllSetups.bat fix pascalabcnet/pascalabcnetide#1 2019-03-22 10:46:39 +01:00
_ReBuildDebug.bat
_ReBuildRelease.bat
_RebuildReleaseAndBuildUnits.bat
_RebuildReleaseAndRunTests.bat
_RebuildReleaseAndRunTests.sh chmod +x _RebuildReleaseAndRunTests.sh 2019-03-03 15:38:58 +03:00
_RegisterHelix.bat
pabcnetc.sln
PascalABCNET.axml
PascalABCNET.sln
PascalABCNET.xml
PascalABCNET_40.sln
README.md
Studio.bat

Building PascalABC.NET in Windows

Run _RegisterHelix.bat on first use to install the HelixToolkit.dll and HelixToolkit.Wpf.dll in GAC

_RebuildReleaseAndRunTests.bat builds the project in Release-mode, rebuilds the pas-units and runs tests (run with administrative privileges!).

_GenerateAllSetups.bat builds the project in Release-mode, rebuilds the pas-units, runs tests and creates the install package (run with administrative privileges!).

_ReBuildRelease.bat builds the project in Release-mode.

_ReBuildDebug.bat builds the project in Debug-mode.

PascalABC is being developed in Visual Studio Community 2017.

Building PascalABC.NET in Linux (Ubuntu)

Install Mono (http://www.mono-project.com/docs/getting-started/install/linux/)

sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
echo "deb http://download.mono-project.com/repo/debian wheezy main" | sudo tee /etc/apt/sources.list.d/mono-xamarin.list
sudo apt-get update
sudo apt-get install mono-devel
sudo apt-get install mono-complete

Build the project and run tests.

$ git clone https://github.com/pascalabcnet/pascalabcnet
$ cd pascalabcnet
$ sh _RebuildReleaseAndRunTests.sh

Building PascalABC.NET in MacOS

Download and install Mono from official page. Install the git-client. Run the commands:

$ git clone https://github.com/pascalabcnet/pascalabcnet
$ cd pascalabcnet
$ sh _RebuildReleaseAndRunTests.sh

Run the PascalABC.NET command line compiler

$ cd bin
$ mono pabcnetc.exe
или $ mono --debug pabcnetc.exe

Tests

Tests are located in the directory "TestSuite". To run the tests execute the file bin/TestRunner.exe


Сборка проекта в Windows

Перед первой компиляцией необходимо запустить _RegisterHelix.bat с правами администратора

_RebuildReleaseAndRunTests.bat собирает проект в Release-режиме, перекомпилирует pas-модули и прогоняет все тесты (запускать с правами администратора).

_GenerateAllSetups.bat собирает инсталлят (запускать с правами администратора).

_ReBuildRelease.bat собирает проект в Release-режиме.

_ReBuildDebug.bat собирает проект в Debug-режиме.

Разработка ведется в Visual Studio Community 2017.

Сборка проекта в Linux (Ubuntu)

Установка Mono (http://www.mono-project.com/docs/getting-started/install/linux/)

sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
echo "deb http://download.mono-project.com/repo/debian wheezy main" | sudo tee /etc/apt/sources.list.d/mono-xamarin.list
sudo apt-get update
sudo apt-get install mono-devel
sudo apt-get install mono-complete

Сборка проекта и выполение тестов

$ git clone https://github.com/pascalabcnet/pascalabcnet
$ cd pascalabcnet
$ sh _RebuildReleaseAndRunTests.sh

Сборка проекта в MacOS

Скачайте и установите Mono с официального сайта. При необходимости установите git-клиент. Далее выполните команды

$ git clone https://github.com/pascalabcnet/pascalabcnet
$ cd pascalabcnet
$ sh _RebuildReleaseAndRunTests.sh

Запуск

$ cd bin
$ mono pabcnetc.exe
или $ mono --debug pabcnetc.exe

Тесты

Тесты расположены в папке TestSuite. Прогон тестов осуществляется программой bin/TestRunner.exe