Rakudo Perl 6 and MoarVM Performance Advances... by nu11secur1ty
Adventures in Perl 6 Asynchrony - Jonathan... by nu11secur1ty
HOW TO INSTALL ON DEBIAN UBUNTU & CentOS
Manual installation If rakudobrew is not flexible enough for you, you might want to consider manually installing from source. The exact steps required may differ depending on your operating system, but these instructions should be enough to get you started. This example uses Rakudo Star 2015.02, but development is progressing quickly, so please be sure to check for the latest version. You should consult the README file contained in the tarball for more up-to-date and detailed information.
mkdir ~/rakudo && cd $_
#For debian 7 & 8
apt-get install build-essential
apt-get install curl
curl -O http://rakudo.org/downloads/star/rakudo-star-2016.11.tar.gz
tar -xvzf rakudo-star-2016.11.tar.gz
cd rakudo-star-2016.11/
yum group install "Development Tools"
# A note about failing groupinstall on CentOS/RHEL 7.x
yum --setopt=group_package_types=mandatory,default,optional groupinstall "Development Tools"
perl Configure.pl --backend=moar --gen-moar
make
# Running the tests is optional, but advised:
make rakudo-test
make rakudo-spectest
make install
echo "export PATH=$(pwd)/install/bin/:\$PATH" >> ~/.bashrc
source ~/.bashrc
Documentation
Getting-started
How-to-get-rakudo
MoarVM
State of the Velociraptor - Matt S Trout (_mst_) by nu11secur1ty
Devops Logique - Matt S Trout (_mst_) by nu11secur1ty
Коментари
Публикуване на коментар