This repository has been archived by the owner on Sep 20, 2020. It is now read-only.
forked from hbons/SparkleShare
-
Notifications
You must be signed in to change notification settings - Fork 6
Home
wimh edited this page Jun 23, 2011
·
33 revisions
(work in progress)
-
install msysGit PortableGit-1.7.4
- rename the .7z file to .exe, execute and extract to C:\msysgit
-
install gtk-sharp version 2.12.10
-
install MonoDevelop version 2.6.b3
-
start
C:\msysgit\msysgit\git-cmd.bat
and execute:md \projects cd \projects git clone -b windows git://github.com/wimh/SparkleShare.git cd SparkleShare git submodule update --init
-
download SmartIrc4net-0.4.0.bin.zip
-
copy
Meebey.SmartIrc4net.dll
andMeebey.SmartIrc4net.xml
from the zip file inbin\release
toC:\projects\SparkleShare\bin
(create that directory if it does not exist) -
continue in the git-cmd.bat window
cd sparkleshare\windows %SystemRoot%\Microsoft.NET\Framework\v3.5\MSBuild.exe /p:Configuration=Release /p:Platform="Any CPU" SparkleShare.sln
-
C:\projects\SparkleShare\bin
should now containSparkleLib.dll
andSparkleShare.exe
-
start
C:\msysgit\msysgit\git-cmd.bat
and executessh-keygen -t rsa -C "your_email@youremail.com"
- when it asks for a location to save the key, just press enter to use the default location
- do not enter a passphrase (press enter twice)
-
copy the public key to your git server. Depending on the server, the command can look like this:
cat ~/.ssh/id_rsa.pub | ssh git@servername "cat - >> ~/.ssh/authorized_keys"
- It probably reports that
The authenticity of host (...) can't be established.
, enteryes
to continue - Enter the password when prompted
- When correctly executed, you can connect with
ssh git@servername
to the server without any prompt. (enterlogout
to close the connection).
- It probably reports that
-
Start
C:\projects\SparkleShare\bin\sparkleshare.exe
- Enter full name and email in the first dialog
- Enter the git servername and path on the server to add a repository
- Instead of downloading an old binary version of Meebey.SmartIrc4net, it is also probably better to build it from sourcecode, but that requires some additional dependencies.
- MonoDevelop 2.6 is required because version 2.4 has a bug in TextTransform.exe when including files.
- MonoDevelop is not required at all when you have visual studio 2008 or 2010 installed, except the Express edition because it does not include TextTransform.exe.