Difference between revisions of "Source code"

From OpenZFS on OS X
Jump to: navigation, search
Line 1: Line 1:
 
[[Category:O3X development]]
 
[[Category:O3X development]]
 
==GitHub repositories==
 
==GitHub repositories==
* [https://github.com/zfs-osx/zfs ZFS repository on GitHub]
+
* [https://github.com/openzfsonosx/zfs ZFS repository on GitHub]
* [https://github.com/zfs-osx/spl SPL repository on GitHub]
+
* [https://github.com/openzfsonosx/spl SPL repository on GitHub]
  
  git clone https://github.com/zfs-osx/zfs.git
+
  git clone https://github.com/openzfsonosx/zfs.git
  git clone https://github.com/zfs-osx/spl.git
+
  git clone https://github.com/openzfsonosx/spl.git
  
 
==Archives==
 
==Archives==
* [https://github.com/zfs-osx/zfs/archive/zfs-0.6.2-rc1.zip ZFS 0.6.2-rc1 archive (.zip file)]
+
* [https://github.com/openzfsonosx/zfs/archive/zfs-0.6.2-rc1.zip ZFS 0.6.2-rc1 archive (.zip file)]
* [https://github.com/zfs-osx/spl/archive/spl-0.6.2-rc1.zip SPL 0.6.2-rc1 archive (.zip file)]
+
* [https://github.com/openzfsonosx/spl/archive/spl-0.6.2-rc1.zip SPL 0.6.2-rc1 archive (.zip file)]

Revision as of 06:59, 25 March 2014

GitHub repositories

git clone https://github.com/openzfsonosx/zfs.git
git clone https://github.com/openzfsonosx/spl.git

Archives