Difference between revisions of "Build from source code"

From IceChat Wiki
Jump to: navigation, search
(Add IceChatBuild.4.0.cmd)
(remove linux mentions due to mono issues)
Line 2: Line 2:
  
 
The source code is updated more often then the full installs/updates and is located at http://icechat.codeplex.com/SourceControl/list/changesets
 
The source code is updated more often then the full installs/updates and is located at http://icechat.codeplex.com/SourceControl/list/changesets
 
For Linux instructions, look [[IceChat on Linux|here]].
 
  
 
Download the latest source code from the page, by clicking on the <em>[http://icechat.codeplex.com/SourceControl/list/changesets# Download]</em> link.
 
Download the latest source code from the page, by clicking on the <em>[http://icechat.codeplex.com/SourceControl/list/changesets# Download]</em> link.
Line 24: Line 22:
 
[[Category:Initial]]
 
[[Category:Initial]]
 
[[Category:Advance Usage]]
 
[[Category:Advance Usage]]
[[Category:Linux]]
 

Revision as of 13:00, 17 June 2015

IceChat 9 is an open source program, which means the source code is available to anyone.

The source code is updated more often then the full installs/updates and is located at http://icechat.codeplex.com/SourceControl/list/changesets

Download the latest source code from the page, by clicking on the Download link.

Unzip the file into any folder. It is best to use My Documents and not the Program Files folder, because of permissions issues.

There is an BuildIceChat.cmd file in the root folder which will build IceChat 9.

Open a command line window (cmd.exe) and run the BuildIceChat.cmd at the prompt.

A new folder is created called IceChatBuild, and once the batch file has completed, 5 files will be placed in this folder.

Copy these 5 files into your IceChat installation folder, or place them anywhere else you want.

To see all the changes from build to build, read the changelog.txt file in the source code.

If the BuildIceChat.cmd returns errors, try instead to run the newer Add IceChatBuild.4.0.cmd which was specifically created for users who have errors with IceChatBuild.cmd.