alamshafil / HaxPro

A scripting language designed to be robust and easy.

Home Page:https://alamshafil.github.io/HaxPro

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A scripting language designed to be robust and easy.

Build Instructions

To get started, download the latest source code from Github.

To build HaxPro you need to install the following:

First install node.js, you will install electron-packager later.

Once you have installed node.js open your terminal and go to where have downloaded the source code.

For example, I downloaded the source to C:\Users\Admin\Desktop\HxPro

I would type the following in the terminal:

cd C:\Users\Admin\Desktop\simple

Once you have performed the command, type:

npm install electron-packager -g

This will install electron-packager onto your machine.

After it is completed installing, you can type electron-packager to build executables.

You can read the documentation on using electron-packager here.

The following is basic usage of electron-packager in the command line:

electron-packager <sourcedir> <appname> --platform=<platform> --arch=<arch> [optional flags...]

For example I want to compile a 64-bit .exe for Windows, I would type:

electron-packager . HaxPro —-platform=win32 —-arch=x64

About

A scripting language designed to be robust and easy.

https://alamshafil.github.io/HaxPro

License:GNU General Public License v3.0


Languages

Language:JavaScript 100.0%