- 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.
- 玩轉(zhuǎn)Scratch少兒趣味編程
- Facebook Application Development with Graph API Cookbook
- 程序設計與實踐(VB.NET)
- Rake Task Management Essentials
- Android系統(tǒng)級深入開發(fā)
- Natural Language Processing with Java and LingPipe Cookbook
- Practical Maya Programming with Python
- MySQL從入門到精通
- Mastering R for Quantitative Finance
- Spring MVC Blueprints
- 信息學競賽寶典:基礎算法
- Selenium WebDriver自動化測試完全指南
- Git Version Control Cookbook
- 自學Python:編程基礎、科學計算及數(shù)據(jù)分析
- Scratch 3.0少兒游戲趣味編程