Skip to content

hexagonix/src

Select the language - Selecione o idioma

🇬🇧 English 🇧🇷 Português

🇬🇧 Instructions for cloning this repository

About Hexagonix Documentation Screenshots Contribute Download

This repository groups in a single structure all component repositories needed to build Hexagonix locally. You can clone each one of them individually, but when using this repository, all the files will be in the place expected by the tools to build and run in a virtualized environment.

To locally clone this repository, use, in your repository of interest:

git clone https://github.com/hexagonix/src Hexagonix/
cd Hexagonix
chmod +x init.sh
./init.sh

It is worth remembering that you can perform this step more quickly using the script present in the build repository. You can use this script using, in the terminal:

git clone https://github.com/hexagonix/build
cd build
chmod +x hexagonix.sh
./hexagonix.sh

After cloning (directly or using the hexagonix.sh script), use the hx tool to build and run the system. For more information on using hx, use:

./hx -h

To build Hexagonix, use:

sudo ./configure.sh
sudo hx -i

To run Hexagonix in a virtualized environment, use:

hx -v

To keep the repository up to date with the latest updates, use:

./sync.sh

🇧🇷 Instruções para clonar este repositório

Sobre o Hexagonix Documentação Screenshots Contribuir Download

Este repositório agrupa em uma única estrutura todos repositórios de componentes necessários para a construção do Hexagonix localmente. Você pode clonar cada um deles individualmente, mas ao utilizar este repositório, todos os arquivos estarão no lugar esperado pelas ferramentas de construção e execução em ambiente virtualizado.

Para clonar localmente este repositório, use, em seu repositório de interesse:

git clone https://github.com/hexagonix/src Hexagonix/
cd Hexagonix
chmod +x init.sh
./init.sh

Vale lembrar que você pode realizar essa etapa de forma mais rápida utilizando o script presente no repositório build. Você pode utilizar esse script utilizando, no terminal:

git clone https://github.com/hexagonix/build
cd build
chmod +x hexagonix.sh
./hexagonix.sh

Após a clonagem (de forma direta ou utilizando o script hexagonix.sh), utilize a ferramenta hx para construir e executar o sistema. Para mais informações sobre o uso do hx, utilize:

./hx -h

Para construir o Hexagonix, use:

sudo ./configure.sh
sudo hx -i

Para executar o Hexagonix em ambiente virtualizado, use:

hx -v

Para manter o repositório atualizado com as atualizações mais recentes, use:

./sync.sh