<?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=Supericeboy</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=Supericeboy"/>
	<link rel="alternate" type="text/html" href="https://wiki.codeblocks.org/index.php/Special:Contributions/Supericeboy"/>
	<updated>2026-05-26T13:36:49Z</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=236</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=236"/>
		<updated>2005-08-19T21:53:12Z</updated>

		<summary type="html">&lt;p&gt;Supericeboy: &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 -r dosunix&lt;br /&gt;
&lt;br /&gt;
then zip wich is used by the update script:&lt;br /&gt;
&lt;br /&gt;
  pkg_add -r zip&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-rc1-1.tar.gz&lt;br /&gt;
  tar xzf codeblocks-1.0-finalbeta.tar.gz&lt;br /&gt;
&lt;br /&gt;
  cd codeblocks-1.0-RC1-1/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 run upated.unix:&lt;br /&gt;
  ./update.unix&lt;br /&gt;
&lt;br /&gt;
now execute:&lt;br /&gt;
  cd output&lt;br /&gt;
  ./run.sh&lt;/div&gt;</summary>
		<author><name>Supericeboy</name></author>
	</entry>
</feed>