Skip to content

Instantly share code, notes, and snippets.

@rcullito
Last active November 14, 2018 00:10
Show Gist options
  • Save rcullito/d6ef9b8b1e83f9edf87af0fef939ced3 to your computer and use it in GitHub Desktop.
Save rcullito/d6ef9b8b1e83f9edf87af0fef939ced3 to your computer and use it in GitHub Desktop.
# meant to serve as a quick and lightweight gist to keep track of additional env variables that needed
# to be set for linx minut 18.3 cinnamon relative to the ubuntu documentation
# some of these may be better handled in a qt.conf file bundled into the project itself at https://github.com/status-im/react-native-desktop
# or https://status.im/build_status/desktop.html
# suggestions and edits welcome!
export PATH=$PATH:/home/robert/Qt/5.11.2/gcc_64/bin
export PATH=$PATH:/home/robert/cmake/bin
export PATH=$PATH:/home/robert/rob/buck/bin
export PATH=$PATH:/home/robert/Qt/5.11.2/gcc_64/plugins/platforms
export QT_PATH="/home/robert/Qt/5.11.2"
export CMAKE_PREFIX_PATH="/home/robert/Qt/5.11.2/gcc_64/lib/cmake"
export QT_QPA_PLATFORM_PLUGIN_PATH=/home/robert/Qt/5.11.2/gcc_64/plugins
export QML2_IMPORT_PATH=/home/robert/Qt/5.11.2/gcc_64/qml
export QTWEBENGINEPROCESS_PATH=/home/robert/Qt/5.11.2/gcc_64/libexec
# for clean command at docs.status.im
export STATUS_REACT_HOME=/home/robert/rob/status-react
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment