- Perl 6 Deep Dive
- Andrew Shitov
- 211字
- 2021-07-03 00:05:43
Downloading and installing Rakudo Star
There are a few ways of installing Rakudo Star on your computer. You can either download the source code and compile it or download an installer for your platform. Rakudo Star is available for all major platforms, namely, Windows (both 32- and 64-bit versions), Mac OS X, and Linux.
The main download page of Rakudo Star is http://perl6.org/downloads. On that page, you will find links to the latest versions of the Rakudo Star distributions for different platforms and instructions on how to install them.
On Windows, the process is extremely simple. Just download the most recent version of the MSI installer, run it, and follow the instructions.
On Mac OS X, you either download a .dmg installer, or use the brew manager, as shown here:
$ brew install rakudo-star
On Linux, you have to install Rakudo Star from the source files.
After you have installed Rakudo Star, you will find the perl6 executable file in its bin directory. Make sure to add the path to that directory to your system-wide PATH variable so that you can type perl6 from any location.
In the rest of this book, we will assume that Rakudo Star is installed, and we will use the perl6 executable to run programs.
- PHP動態(tài)網(wǎng)站程序設(shè)計(jì)
- 現(xiàn)代C++編程:從入門到實(shí)踐
- Advanced Machine Learning with Python
- Java Web程序設(shè)計(jì)
- Visual C#.NET程序設(shè)計(jì)
- Python Web數(shù)據(jù)分析可視化:基于Django框架的開發(fā)實(shí)戰(zhàn)
- C#實(shí)踐教程(第2版)
- 圖數(shù)據(jù)庫實(shí)戰(zhàn)
- C專家編程
- Node.js 12實(shí)戰(zhàn)
- Mastering Concurrency in Python
- Mobile Forensics:Advanced Investigative Strategies
- Applied Deep Learning with Python
- 3D Printing Designs:Octopus Pencil Holder
- Keil Cx51 V7.0單片機(jī)高級語言編程與μVision2應(yīng)用實(shí)踐