-
Notifications
You must be signed in to change notification settings - Fork 16
Getting Started
Robin Bowes edited this page Jul 1, 2024
·
2 revisions
- Perl
- Originally developed on v5.8.5, but most later versions should work
First, download the software.
Either clone the whole git repository, or download a zip file from https://codeload.github.com/robinbowes/net-udap/zip/refs/heads/master and unzip it locally.
Next, install the required Perl modules:
- Class::Accessor
- IO::Interface::Simple
- Log::Log4perl
- Term::Shell
For example, using cpanminus:
cpanm Class::Accessor IO::Interface::Simple Log::Log4perl Term::Shell
You should now be able to run the udap_shell, and see the UDAP>
prompt:
$ ./scripts/udap_shell.pl
UDAP>