I am trying to set up uShare for my xbox, but I run into the next error. I have installed uShare and the source code, and also extracted the source code with
wget http://ushare.geexbox.org/releases/ushare-1.1a.tar.bz2 -O - | tar -jxvf -
and I set the directory to this ./ushare-1.1a. Next I have to configure some things using the following code:
./configure --prefix=/ --bindir=/usr/bin --mandir=/usr/share/man
Which gives me the following error:
Unknown option "--mandir=/usr/share/man".
See ./configure --help for available options.
When I open the help option as said above, I can't seem to find any option which is called --mandir
What does this command mean and what does it do?
(I am relatively new to Ubuntu so I have no clue what this means. I am following a how-to from ubuntu for what I am trying to do (https://help.ubuntu.com/community/Xbox360Media))