<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Compiling on The Mole&#39;s OpenNMS (TM) Dev Diary</title>
    <link>/tags/compiling/</link>
    <description>Recent content in Compiling on The Mole&#39;s OpenNMS (TM) Dev Diary</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Sun, 19 May 2019 13:29:25 +0100</lastBuildDate>
    
	<atom:link href="/tags/compiling/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>Compiling OpenNMS from Source</title>
      <link>/posts/development/1-how-to-compile/</link>
      <pubDate>Sun, 19 May 2019 13:29:25 +0100</pubDate>
      
      <guid>/posts/development/1-how-to-compile/</guid>
      <description>This article describes how to compile OpenNMS from source. If you have not set up your environment properly, please see here.
 Checkout the Code First of all, the code should be checked out. I usually do this in my ~/dev directory:
 git clone https://github.com/OpenNMS/opennms.git
 This will create an opennms directory in ~/dev/opennms. Next cd into it: cd opennms.
 Build from Source TL;DR Regular development
 time (.</description>
    </item>
    
    <item>
      <title>Setting up OpenNMS Development Environment (MacOS)</title>
      <link>/posts/development/0-dev-environment-macos/</link>
      <pubDate>Sat, 18 May 2019 10:30:00 +0100</pubDate>
      
      <guid>/posts/development/0-dev-environment-macos/</guid>
      <description>Here we cover what is necessary to build OpenNMS from Source and afterwards start it locally on your Mac OS system.
 Compile Prerequisites In order to compile OpenNMS at least the following requirements should be met:
  The latest JDK 8 version should be installed
  makensis
  cloned github OpenNMS repository
  maven (optional)
   Run Prerequisites  PostgreSQL server
  Jicmp, jicmp6 (both optional)</description>
    </item>
    
  </channel>
</rss>