this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #181 from GlenDC/master

add build dependencies to README

authored by

Luboš Doležel and committed by
GitHub
84141472 92408184

+34
+34
README.md
··· 30 30 <img src="http://teamcity.dolezel.info/app/rest/builds/buildType:(id:Darling_DebianStableX8664)/statusIcon" title="Debian stable build for x86-64"/> 31 31 </a> 32 32 33 + Required dependencies 34 + 35 + Debian (stable): 36 + 37 + ``` 38 + $ sudo apt-get install cmake clang bison flex xz-utils libfuse-dev libxml2-dev libicu-dev libssl-dev libbz2-dev zlib1g-dev libudev-dev linux-headers-amd64 39 + ``` 40 + 41 + Ubuntu (16.04): 42 + 43 + ``` 44 + $ sudo apt-get install cmake clang bison flex xz-utils libfuse-dev libxml2-dev libicu-dev libssl-dev libbz2-dev zlib1g-dev libudev-dev linux-headers-generic 45 + ``` 46 + 47 + Arch Linux (4.8): 48 + 49 + ``` 50 + $ sudo pacman -S cmake clang flex icu fuse 51 + ``` 52 + 33 53 ```` 34 54 cd darling 35 55 mkdir -p build/x86-64 ··· 49 69 <a href="http://teamcity.dolezel.info/viewType.html?buildTypeId=Darling_DebianStableX8664&guest=1"> 50 70 <img src="http://teamcity.dolezel.info/app/rest/builds/buildType:(id:Darling_DebianStableX8664)/statusIcon" title="Debian stable build for i386"/> 51 71 </a> 72 + 73 + Required additional dependencies (on top of x86_64 dependencies) 74 + 75 + Debian (stable) / Ubuntu (15.10): 76 + 77 + ``` 78 + $ sudo apt-get install libc6-dev-i386 libudev-dev:i386 lib32stdc++-4.9-dev 79 + ``` 80 + 81 + Arch Linux (4.8): 82 + 83 + ``` 84 + $ sudo pacman -S lib32-libstdc++5 lib32-clang 85 + ``` 52 86 53 87 ```` 54 88 cd darling