mirror of https://github.com/getdnsapi/getdns.git
Just a change to get a v0.1.5 branch
This commit is contained in:
parent
850d8453c9
commit
3b52dd735e
|
@ -1,7 +1,7 @@
|
||||||
getdns API
|
getdns API
|
||||||
==========
|
==========
|
||||||
|
|
||||||
* Date: 2014-10-27
|
* Date: 2014-10-31
|
||||||
* GitHub: <https://github.com/getdnsapi/getdns>
|
* GitHub: <https://github.com/getdnsapi/getdns>
|
||||||
|
|
||||||
getdns is an implementation of a modern asynchronous DNS API specification
|
getdns is an implementation of a modern asynchronous DNS API specification
|
||||||
|
@ -187,13 +187,13 @@ build the packages, this is simplythe one we chose to use.
|
||||||
CentOS release 6.5 (Final)
|
CentOS release 6.5 (Final)
|
||||||
# uname -a
|
# uname -a
|
||||||
Linux host-10-1-1-6 2.6.32-358.el6.x86_64 #1 SMP Fri Feb 22 00:31:26 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
|
Linux host-10-1-1-6 2.6.32-358.el6.x86_64 #1 SMP Fri Feb 22 00:31:26 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
|
||||||
# cd getdns-0.1.0
|
# cd getdns-0.1.5
|
||||||
# ./configure --prefix=/home/deploy/build
|
# ./configure --prefix=/home/deploy/build
|
||||||
# make; make install
|
# make; make install
|
||||||
# cd /home/deploy/build
|
# cd /home/deploy/build
|
||||||
# mv lib lib64
|
# mv lib lib64
|
||||||
# . /usr/local/rvm/config/alias
|
# . /usr/local/rvm/config/alias
|
||||||
# fpm -x "*.la" -a native -s dir -t rpm -n getdns -v 0.1.0 -d "unbound" -d "ldns" -d "libevent" -d "libidn" --prefix /usr --vendor "Verisign Inc., NLnet Labs" --license "BSD New" --url "http://www.getdnsapi.net" --description "Modern asynchronous API to the DNS" .
|
# fpm -x "*.la" -a native -s dir -t rpm -n getdns -v 0.1.5 -d "unbound" -d "ldns" -d "libevent" -d "libidn" --prefix /usr --vendor "Verisign Inc., NLnet Labs" --license "BSD New" --url "http://www.getdnsapi.net" --description "Modern asynchronous API to the DNS" .
|
||||||
|
|
||||||
###OSX
|
###OSX
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue