Skip to content

Latest commit

 

History

History
53 lines (36 loc) · 1.18 KB

README.md

File metadata and controls

53 lines (36 loc) · 1.18 KB

RSA Lab

Prerequisite

Install Tmux

sudo apt-get install tmux

Fetch the Crate

alr get rsa_lab && cd rsa_lab*

Build (Alire)

alr build

Build (GPRBuild)

eval "$(alr printenv)" && gprbuild rsa_lab.gpr

Build (GnatStudio)

eval "$(alr printenv)" && gnatstudio rsa_lab.gpr

Run

cd bin && ./setup_tmux.sh

Contributing

Your contributions are welcome! If you wish to improve or extend the capabilities of this BSP, please feel free to fork the repository, make your changes, and submit a pull request.

Support and Community

If you encounter any issues or have questions regarding the usage of this crate, please file an issue on the GitHub repository. For broader discussions or to seek assistance, join an Ada developer community found here.


Happy Coding with Ada!