Main
Current News
Archived News
Search News
Forums
Discussion Forum


Old Forum
Programs
Install Programs
Downloads
Top 5 Downloads
  WinMPQ
    69118 downloads
  ShadowFlare Software Setup wizard
    28512 downloads
  SFmpqapi
    17529 downloads
  Scm Toolkit
    15983 downloads
  SCMLoader
    15853 downloads
View all counts
More Downloads...
Troubleshooting
Other Sections
Source Code
Format Specs.
Misc. Information
Non-SF Stuff
Links

Small banner for links to this site:
Link to my page with this image.


July 2008

Monday, July 14, 2008

SFmpq and Grp libraries are now open source - ShadowFlare - 20:43

I have decided to release the source code to my SFmpq and Grp libraries licensed under the Simplified BSD License. The source code is contained in repositories created by a tool called Git, available at https://git-scm.com/ ( Windows version at https://gitforwindows.org/ ). Documentation is available on the Git web site if you would like know how to work with the repositories.

If you have Git installed, you may download the repositories for SFmpq with these commands:

git clone https://sfsrealm.hopto.org/projects/SFmpqapi.git
git clone https://sfsrealm.hopto.org/projects/SComp.git

And download the repository for grpapi with this:

git clone https://sfsrealm.hopto.org/projects/grpapi.git

To update an existing copy with the latest version of the source, from the directory of the source tree the command is as simple as:

git pull

If you just want to quickly get a copy of the latest source code, it may be available in zip file form from the directory at the link below. The repository directories are also at that location.

View projects directory

The repositories can also be browsed with gitweb here: https://sfsrealm.hopto.org/projects/gitweb.cgi