- Learning Apache Thrift
- Krzysztof Rakowski
- 180字
- 2021-07-23 14:55:40
Chapter 2. Installing and Running Apache Thrift
In this chapter, we will go through the installation process for Apache Thrift on the three most popular platforms: Linux, Mac OS X, and Microsoft Windows. All the required software and libraries are free and downloadable from the Internet, so just to follow the instructions for your platform is enough.
After completing this chapter, you will have a working environment and compile your first file written in the Apache Thrift's IDL.
Apache Thrift's official documentation is specific about the versions of the software it requires. Although you should be successful with different versions (especially newer), in case of any trouble, your best bet is to try out the versions specified here.
Note
The development and release process for any software is often more rapid than the process of writing and publishing the book. This version of the installation guide is based on and tested with Apache Thrift's 0.9.2 version. If you run into any trouble, you should refer to the current requirements specification on the Apache Thrift's official website at https://thrift.apache.org/docs/install/.