mirror of
https://forge.soutade.fr/soutade/libgourou.git
synced 2026-03-27 01:36:58 +00:00
10 lines
216 B
Bash
Executable file
10 lines
216 B
Bash
Executable file
#!/bin/bash
|
|
|
|
# Pugixml
|
|
git clone https://github.com/zeux/pugixml.git lib/pugixml
|
|
pushd lib/pugixml
|
|
git checkout latest
|
|
popd
|
|
|
|
# Base64
|
|
git clone https://gist.github.com/f0fd86b6c73063283afe550bc5d77594.git lib/base64
|