Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Rishabh Gupta
purr-data
Commits
83511b66
Commit
83511b66
authored
Jun 14, 2016
by
Jonathan Wilkes
Browse files
port 498ff4ab6a23f510c9874d9d23cb28892e236312 from Pd-l2ork: added wiringPi as a submodule
parent
29a3fac4
Changes
3
Hide whitespace changes
Inline
Side-by-side
.gitmodules
View file @
83511b66
...
...
@@ -16,3 +16,6 @@
[submodule "externals/miXed"]
path = externals/miXed
url = https://github.com/pd-l2ork/miXed.git
[submodule "l2ork_addons/raspberry_pi/disis_gpio/wiringPi"]
path = l2ork_addons/raspberry_pi/disis_gpio/wiringPi
url = git@git://git.drogon.net/wiringPi
l2ork_addons/raspberry_pi/disis_gpio/build.sh
View file @
83511b66
curdir
=
`
pwd
`
git clone git://git.drogon.net/wiringPi
cd
wiringPi/
&&
git pull
&&
cd
wiringPi/
&&
make static
cd
wiringPi/
&&
git stash
&&
git pull
&&
cd
wiringPi/
&&
make static
cd
$curdir
make
exit
0
wiringPi
@
b0a60c33
Subproject commit b0a60c3302973ca1878d149d61f2f612c8f27fac
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment