<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.codeblocks.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Uphill</id>
	<title>Code::Blocks - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.codeblocks.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Uphill"/>
	<link rel="alternate" type="text/html" href="https://wiki.codeblocks.org/index.php/Special:Contributions/Uphill"/>
	<updated>2026-05-26T08:49:37Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.0</generator>
	<entry>
		<id>https://wiki.codeblocks.org/index.php?title=Installing_Code::Blocks_from_source_on_FreeBSD&amp;diff=142</id>
		<title>Installing Code::Blocks from source on FreeBSD</title>
		<link rel="alternate" type="text/html" href="https://wiki.codeblocks.org/index.php?title=Installing_Code::Blocks_from_source_on_FreeBSD&amp;diff=142"/>
		<updated>2005-06-13T11:48:25Z</updated>

		<summary type="html">&lt;p&gt;Uphill: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;At first we need to install gnu-make:&lt;br /&gt;
&lt;br /&gt;
  pkg_add -r gmake&lt;br /&gt;
&lt;br /&gt;
then wx-gtk:&lt;br /&gt;
&lt;br /&gt;
  pkg_add -r wxgtk2-contrib&lt;br /&gt;
&lt;br /&gt;
then dosunix wich converts files from dos to unix format:&lt;br /&gt;
&lt;br /&gt;
  pkg_add dosunix&lt;br /&gt;
&lt;br /&gt;
now download and extract codeblocks:&lt;br /&gt;
&lt;br /&gt;
  fetch http://mesh.dl.sourceforge.net/sourceforge/codeblocks/codeblocks-1.0-finalbeta.tar.gz&lt;br /&gt;
  tar xzf codeblocks-1.0-finalbeta.tar.gz&lt;br /&gt;
&lt;br /&gt;
  cd codeblocks-1.0-finalbeta/src&lt;br /&gt;
&lt;br /&gt;
now make it:&lt;br /&gt;
  gmake -f Makefile.unix&lt;br /&gt;
  dosunix update update.unix&lt;br /&gt;
  chmod +x update.unix&lt;br /&gt;
&lt;br /&gt;
now execute:&lt;br /&gt;
  cd update&lt;br /&gt;
  LD_LIBRARY_PATH=. ./codeblocks.exe&lt;/div&gt;</summary>
		<author><name>Uphill</name></author>
	</entry>
</feed>