Skip to content

Instantly share code, notes, and snippets.

@Verdagon
Created January 24, 2023 17:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Verdagon/585a93265795d8d15bea75a35bb0fc51 to your computer and use it in GitHub Desktop.
Save Verdagon/585a93265795d8d15bea75a35bb0fc51 to your computer and use it in GitHub Desktop.
valerian@ubuntu:~/core$ tools/metacall-environment.sh
++ pwd
+ ROOT_DIR=/home/valerian/core
+ APT_CACHE=0
+ APT_CACHE_CMD=
+ INSTALL_APT=1
+ INSTALL_PYTHON=0
+ INSTALL_RUBY=0
+ INSTALL_RUST=0
+ INSTALL_RAPIDJSON=0
+ INSTALL_FUNCHOOK=0
+ INSTALL_NETCORE=0
+ INSTALL_NETCORE2=0
+ INSTALL_NETCORE5=0
+ INSTALL_V8=0
+ INSTALL_V8REPO=0
+ INSTALL_V8REPO58=0
+ INSTALL_V8REPO57=0
+ INSTALL_V8REPO54=0
+ INSTALL_V8REPO52=0
+ INSTALL_V8REPO51=0
+ INSTALL_NODEJS=0
+ INSTALL_TYPESCRIPT=0
+ INSTALL_FILE=0
+ INSTALL_RPC=0
+ INSTALL_WASM=0
+ INSTALL_JAVA=0
+ INSTALL_C=0
+ INSTALL_COBOL=0
+ INSTALL_SWIG=0
+ INSTALL_METACALL=0
+ INSTALL_PACK=0
+ INSTALL_COVERAGE=0
+ INSTALL_CLANGFORMAT=0
+ INSTALL_BACKTRACE=0
+ SHOW_HELP=0
++ basename tools/metacall-environment.sh
+ PROGNAME=metacall-environment.sh
++ id -u
+ '[' 1000 = 0 ']'
+ SUDO_CMD=sudo
+ '[' -f /etc/os-release ']'
++ cat /etc/os-release
++ cut -f2- -d=
++ sed -e 's/^[[:space:]]*//' -e 's/[[:space:]]*$//'
++ grep '^ID='
+ LINUX_DISTRO=ubuntu
+ case "$#" in
+ sub_help
++ basename tools/metacall-environment.sh
+ echo 'Usage: metacall-environment.sh list of component'
Usage: metacall-environment.sh list of component
+ echo Components:
Components:
+ echo ' cache'
cache
+ echo ' base'
base
+ echo ' python'
python
+ echo ' ruby'
ruby
+ echo ' netcore'
netcore
+ echo ' netcore2'
netcore2
+ echo ' netcore5'
netcore5
+ echo ' rapidjson'
rapidjson
+ echo ' funchook'
funchook
+ echo ' v8'
v8
+ echo ' v8rep51'
v8rep51
+ echo ' v8rep54'
v8rep54
+ echo ' v8rep57'
v8rep57
+ echo ' v8rep58'
v8rep58
+ echo ' nodejs'
nodejs
+ echo ' typescript'
typescript
+ echo ' file'
file
+ echo ' rpc'
rpc
+ echo ' wasm'
wasm
+ echo ' java'
java
+ echo ' c'
c
+ echo ' cobol'
cobol
+ echo ' swig'
swig
+ echo ' metacall'
metacall
+ echo ' pack'
pack
+ echo ' coverage'
coverage
+ echo ' clangformat'
clangformat
+ echo ' backtrace'
backtrace
+ echo ''
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment