<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to BuildingCompiler</title><link>https://sourceforge.net/p/cp-dev/docu/BuildingCompiler/</link><description>Recent changes to BuildingCompiler</description><atom:link href="https://sourceforge.net/p/cp-dev/docu/BuildingCompiler/feed" rel="self"/><language>en</language><lastBuildDate>Thu, 19 Jun 2014 10:32:44 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/cp-dev/docu/BuildingCompiler/feed" rel="self" type="application/rss+xml"/><item><title>BuildingCompiler modified by Romiras</title><link>https://sourceforge.net/p/cp-dev/docu/BuildingCompiler/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -2,7 +2,10 @@

 ## Retrieving sources from repository

-Get last source from SVN repository at https://cp-dev.svn.sourceforge.net/svnroot/cp-dev (**checkout** or **update** main working copy) 
+Get last source from SVN repository at svn://svn.code.sf.net/p/cp-dev/code (**checkout** or **update** main working copy) 
+    
+       svn checkout svn://svn.code.sf.net/p/cp-dev/code cp-dev-code
+    

 ## Prerequisites

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Romiras</dc:creator><pubDate>Thu, 19 Jun 2014 10:32:44 -0000</pubDate><guid>https://sourceforge.net45d1a5ea58f1a3ecfc16f1fdc167f3c71a640b7f</guid></item><item><title>BuildingCompiler modified by Romiras</title><link>https://sourceforge.net/p/cp-dev/docu/BuildingCompiler/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -2,10 +2,7 @@

 ## Retrieving sources from repository

-**Checkout** or **update** main working copy of SVN repository by command 
-    
-     svn checkout https://cp-dev.svn.sourceforge.net/svnroot/cp-dev
-    
+Get last source from SVN repository at https://cp-dev.svn.sourceforge.net/svnroot/cp-dev (**checkout** or **update** main working copy) 

 ## Prerequisites

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Romiras</dc:creator><pubDate>Thu, 19 Jun 2014 10:32:44 -0000</pubDate><guid>https://sourceforge.net9dd091bef766056a54bacb31283cf32bbdb93095</guid></item><item><title>BuildingCompiler modified by Romiras</title><link>https://sourceforge.net/p/cp-dev/docu/BuildingCompiler/</link><description>&lt;div class="markdown_content"&gt;&lt;div class="toc"&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="#retrieving-sources-from-repository"&gt;Retrieving sources from repository&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#prerequisites"&gt;Prerequisites&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#compiling-and-building-subsystems"&gt;Compiling and building subsystems&lt;/a&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="#cdev"&gt;CDev&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#system"&gt;System&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href="#compiling-and-building-compilers-front-end"&gt;Compiling and building compiler's front-end&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;h2 id="retrieving-sources-from-repository"&gt;Retrieving sources from repository&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;Checkout&lt;/strong&gt; or &lt;strong&gt;update&lt;/strong&gt; main working copy of SVN repository by command &lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt; &lt;span class="n"&gt;svn&lt;/span&gt; &lt;span class="n"&gt;checkout&lt;/span&gt; &lt;span class="n"&gt;https&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="c1"&gt;//cp-dev.svn.sourceforge.net/svnroot/cp-dev&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;h2 id="prerequisites"&gt;Prerequisites&lt;/h2&gt;
&lt;p&gt;In order to build Component Pascal console compiler you need following (open-source) software: &lt;/p&gt;
&lt;p&gt;For building back-end (library cpdev): &lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a class="" href="http://en.wikipedia.org/wiki/BlackBox_Component_Builder" rel="nofollow"&gt;BlackBox Component Builder&lt;/a&gt; (release candidate 5) available from &amp;lt;http://www.oberon.ch/blackbox.html&amp;gt;. &lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For building front-end (CPcc): &lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a class="" href="http://www.freepascal.org" rel="nofollow"&gt;Free Pascal compiler&lt;/a&gt; at least of version 2.2.x. &lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="compiling-and-building-subsystems"&gt;Compiling and building subsystems&lt;/h2&gt;
&lt;h3 id="cdev"&gt;CDev&lt;/h3&gt;
&lt;p&gt;Open document CDev/Docu/Build.odc in BlackBox and follow instructions for building back-end library. &lt;/p&gt;
&lt;h3 id="system"&gt;System&lt;/h3&gt;
&lt;p&gt;Open document Fwk/Docu/CP-console-build.txt in BlackBox and follow instructions for compiling modules need for usage of module &lt;em&gt;Out&lt;/em&gt;. &lt;/p&gt;
&lt;h2 id="compiling-and-building-compilers-front-end"&gt;Compiling and building compiler's front-end&lt;/h2&gt;
&lt;p&gt;Open document CPcc/doc/INSTALL in every text editor and follow instructions for building from sources. &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Romiras</dc:creator><pubDate>Thu, 19 Jun 2014 10:32:44 -0000</pubDate><guid>https://sourceforge.netaf1977a1b0ff1c1a47db65446b64d5af251de2fc</guid></item></channel></rss>