A Pen by Chris Haff on CodePen.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Incident Identifier: 14A14B47-60FA-4A32-A23D-A833F66F9D6C | |
CrashReporter Key: a4f86d1faf6bbac0cd257e67d9fbc7bbff32caf7 | |
Hardware Model: iPad3,4 | |
Process: mTribe [318] | |
Path: /private/var/containers/Bundle/Application/C1BD5ECB-254D-4FD5-A86F-CFA9CAF95962/mTribe.app/mTribe | |
Identifier: com.mtribeapps.mockup | |
Version: 1.5.11 (1.5.11) | |
Code Type: ARM (Native) | |
Role: Foreground | |
Parent Process: launchd [1] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# sudo su and run the following | |
sudo apt-get update && \ | |
sudo apt-get -y upgrade && \ | |
# install all dependencies | |
sudo apt-get -y install \ | |
build-essential \ | |
checkinstall \ | |
gcc \ |