From: David B. <dav...@gm...> - 2010-08-25 11:03:20
|
Hi, > But the command 'tuxmath' Bruce mentioned in the last mail was not in the > build directory. It was inside 'src' in the build directory. I ran it as > follows: > > { > haris@lorien:~/Desktop/tuxmath/build/src$ tuxmath Did you run "sudo make install"? If so, the tuxmath binary should have been installed under $prefix, which by default would be /usr/local/bin/tuxmath, and it should have been in your $PATH if you just typed "tuxmath". Also, if you are running Ubuntu (which is what I remember), it is much easier to install the SDL* and other libs with apt-get than to build them from tarballs. "commonification" is a branch of our tuxmath git repo. If you are going to work on the project, you will need to learn the basics of git. Google for "git book". Finally, I added you to our project at Alioth, so you can clone the repo with "git clone git+ssh://YOU...@gi.../git/tux4kids/tuxmath.git" and be able to push (i.e. write) changes back into our repository. Cheers, David |