Easy steps to install nqp package on Mac
Package Information:
Application Name – nqp
What is nqp – Not Available for nqp
Use of nqp – Lightweight Perl 6-like environment for virtual machines
URL – https://github.com/perl6/nqp
Installation Steps:
- Open Terminal using Spotlight search by pressing
<command+space>
. Type terminal and hitEnter
key. - Now, run following command to install homebrew (brew)
- Install nqp using brew
brew install nqp
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
nqp is ready to use now!