tags:

views:

64

answers:

3

In the readme file for mypysql, under the Installation section, all that is written is the following:

$ svn export http://mypysql.svn.sourceforge.net/svnroot/mypysql mypysql
$ cd mypysql
$ make compile
$ sudo make install

Where would I execute such code?

+1  A: 

At a shell prompt.

Ignacio Vazquez-Abrams
I tried that, but it says that `$` is not recognised. So I typed it without `$` but `svn` isn't recognised either.
The `$` represents the shell prompt. And you may need to install `subversion`.
Ignacio Vazquez-Abrams
Okay, I got it going up to `make compile`. But alas, `make` isn't recognised!
Then you'll need to install `make` or `gmake`.
Ignacio Vazquez-Abrams
A: 

What OS are you using? Maybe this helps: Compiling Software With Debian Linux

Felix Kling
Windows XP, so that doesn't help :(
A: 

I have compile mypysql-0.5 for window using vc2005. The project src at mypysql-0.5-win.zip