<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Libaries on Janik von Rotz</title>
    <link>https://janikvonrotz.ch/tags/libaries/</link>
    <description>Recent content in Libaries on Janik von Rotz</description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Tue, 25 Mar 2014 11:42:14 +0000</lastBuildDate>
    <atom:link href="https://janikvonrotz.ch/tags/libaries/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Install Ubuntu development libraries</title>
      <link>https://janikvonrotz.ch/2014/03/25/install-ubuntu-development-libraries/</link>
      <pubDate>Tue, 25 Mar 2014 11:42:14 +0000</pubDate>
      <guid>https://janikvonrotz.ch/2014/03/25/install-ubuntu-development-libraries/</guid>
      <description>&lt;p&gt;&lt;em&gt;This post is part of my &lt;a href=&#34;https://janikvonrotz.ch/your-own-virtual-private-server-hosting-solution/&#34;&gt;Your own Virtual Private Server hosting solution&lt;/a&gt; project.&lt;/em&gt;&lt;br&gt;&#xA;&lt;em&gt;Get the latest version of this article here: &lt;a href=&#34;https://gist.github.com/9758712&#34;&gt;https://gist.github.com/9758712&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;&#xA;&lt;h1 id=&#34;introduction&#34;&gt;Introduction&lt;/h1&gt;&#xA;&lt;p&gt;This is a list of essential tools for developing with Ubuntu.&lt;/p&gt;&#xA;&lt;h1 id=&#34;requirements&#34;&gt;Requirements&lt;/h1&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://janikvonrotz.ch/2014/03/13/deploy-ubuntu-server/&#34;&gt;Ubuntu server&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h1 id=&#34;installation&#34;&gt;Installation&lt;/h1&gt;&#xA;&lt;h2 id=&#34;build-essential&#34;&gt;build-essential&lt;/h2&gt;&#xA;&lt;p&gt;This package contains an informational list of packages which are considered essential for building Debian packages.&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;sudp apg-get install build-essential&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;h2 id=&#34;libcurl4-gnutls-dev&#34;&gt;libcurl4-gnutls-dev&lt;/h2&gt;&#xA;&lt;p&gt;These files (ie. includes, static library, manual pages) allow to build software which uses libcurl.&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;sudo apt-get install libcurl4-gnutls-dev&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;h2 id=&#34;libgeoip-dev&#34;&gt;libgeoip-dev&lt;/h2&gt;&#xA;&lt;p&gt;GeoIP is a C library that enables the user to find the country that any IP address or hostname originates from. It uses a file based database.&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;sudo apt-get install libgeoip-dev&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;h2 id=&#34;libopenssl-ruby&#34;&gt;libopenssl-ruby&lt;/h2&gt;&#xA;&lt;p&gt;This package makes Ruby to be able to use OpenSSL.&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;sudo apt-get install libopenssl-ruby&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;h2 id=&#34;libxml2&#34;&gt;libxml2&lt;/h2&gt;&#xA;&lt;p&gt;This package provides a library providing an extensive API to handle XML data files.&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;sudo apt-get install libxml2&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;h2 id=&#34;libxml2-dev&#34;&gt;libxml2-dev&lt;/h2&gt;&#xA;&lt;p&gt;Install this package if you wish to develop your own programs using the GNOME XML library.&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;sudo apt-get install libxml2-dev&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;h2 id=&#34;libxslt1-dev&#34;&gt;libxslt1-dev&lt;/h2&gt;&#xA;&lt;p&gt;This package contains the development files libxslt.&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;sudo apt-get install libxslt1-dev&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;h2 id=&#34;ruby-dev&#34;&gt;ruby-dev&lt;/h2&gt;&#xA;&lt;p&gt;This package provides the header files, necessary to make extension library for Ruby.&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;sudo apt-get install ruby-dev&#xA;&lt;/code&gt;&lt;/pre&gt;</description>
    </item>
  </channel>
</rss>
