your wrote about GitHub.
I wanted to upload there, but it occurs that it is needed to install a
certain program, etc.

All you need is git and ssh. Pretty standard on any linux pc.
What other programs are you asked to install?

Use the standard packaging of you linux distribution.

sudo apt-get install gitk       #<-- that's all for debian

http://help.github.com/linux-set-up-git/

You have to create an ssh key and upload the public key to github.

Finally you have to run

git config --global user.name "Firstname Lastname"
git config --global user.email "[email protected]"

Well, then you log into github and either go to

https://github.com/hemmecke/fricas-svn and click on the "Fork" button or
you click "New repository" directly on

https://github.com/YOURGITHUBNAME

 > http://botik.ru/pub/local/Mechveliani/axiQuest/DParse-0.02.zip
 > contains a fresh  dParse  -- for parsing  element + domain.

Downloading and installing your new version is a little more work than
if I simply can call "git fetch" to get all the modifications. And for
you a "git push" would be simple enough to upload your latest version.
No need to "invent" a version number, since git produces enough metadata.

Ralf

--
You received this message because you are subscribed to the Google Groups "FriCAS - 
computer algebra system" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/fricas-devel?hl=en.

Reply via email to