Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/easierway/service_decorators_example

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/easierway/service_decorators_example

  • v1.0.1
  • Source
  • Go
  • Socket score

Version published
Created
Source

How to gen the thrift

download & compile boost source

# Download the the .tar.gz from https://www.boost.org/users/download/#live
# Unpack and go into the directory:
tar -xzf boost_1_50_0.tar.gz
cd boost_1_50_0
# Configure (and build bjam):
./bootstrap.sh --prefix=/some/dir/you/would/like/to/prefix
# Build:
./b2
# Install:
./b2 install

download thrift source

# Download the the .tar.gz from https://github.com/apache/thrift/tree/0.9.3
# Configure
./configure --with-boost=/dir/for/boost -prefix=/some/dir/you/would/like/to/prefix
# Build
make
# Install
make install

gen source

see: https://thrift.apache.org/tutorial/go thrift -r --gen go calculator.thrift

FAQs

Package last updated on 06 Jul 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc