]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/thrift/test/netstd/README.md
buildsys: switch source download to quincy
[ceph.git] / ceph / src / jaegertracing / thrift / test / netstd / README.md
1 # Apache Thrift net-core-lib tests
2
3 Tests for Thrift client library ported to Microsoft .Net Core
4
5 # Content
6 - ThriftTest - tests for Thrift library
7
8 # Reused components
9 - NET Core Standard 1.6 (SDK 2.0.0)
10
11 # How to build on Windows
12 - Get Thrift IDL compiler executable, add to some folder and add path to this folder into PATH variable
13 - Open ThriftTest.sln in Visual Studio and build
14 or
15 - Build with scripts
16
17 # How to build on Unix
18 - Ensure you have .NET Core 2.0.0 SDK installed or use the Ubuntu Xenial docker image
19 - Follow common build practice for Thrift: bootstrap, configure, and make precross
20