Skip to content

Building the package

Juan Gonzalez-Gomez edited this page Jul 21, 2021 · 8 revisions

Manual Building

For building the packages ejecute the build.sh script passing the target arquitecture as a parameters

  • Target architectures:
Architecture Description
linux_x86_64 Linux 64 bits
windows_amd64 Windows 64 bits
darwin Mac 64 bits

Final packages will be deployed in the _packages directory.

  • Example: Building the package for Linux 64-bits:
./build.sh linux_x86_64

This is the generated package:

packages/tools-oss-cad-suite-linux_x86_64-0.0.3.tar.gz

TOOLs-oss-cad-suite

Developers

Clone this wiki locally