Jest plik install, próbowałem ale mi nie wychodzi.... Otwieram terminal wpisuje to i tamto i nic bo nie do konca wiem do mam wpisywać a co nie, mógłby mi ktoś moze napisac po kolei co wpisać i gdzie przede wszystkim wkleić folder z programem
Gdyby ktos mogl mi napisać jak to zrobic i ktore komendy wpisać w terminalu, nigdy nie instalowałem żadnego programu przez terminalinstallers for Windows and Mac OS X and tarballs for Linux can be found at:
http://sourceforge.net/projects/unim...al%20Releases/
To install UMS from the tarball on Linux, open a terminal and enter the
following commands (replace <version> with the version you're installing):
Note: These instructions have been tested on Ubuntu 12.04, but something similar
should work on most Unix distributions)
1) Install the dependencies (this only needs to be done once):
# you can also optionally install dcraw and VLC:Kod: Zaznacz cały
sudo apt-get install mediainfo openjdk-7-jre
2) Download the tarball e.g.:Kod: Zaznacz cały
sudo apt-get install dcraw vlc
# if wget isn't installed, run: sudo apt-get install wget3) Extract the tarball into a ums-<version> directory:Kod: Zaznacz cały
wget http://sourceforge.net/projects/unimediaserver/files/Official%20Releases/Windows/UMS-<version>.tgz/download
4) Run (note: UMS should NOT be run as root):Kod: Zaznacz cały
tar xzvf ums-<version>.tgz
Kod: Zaznacz cały
cd ums-<version>
UMS accesses some files in the ums-<version> directory (the working directory).Kod: Zaznacz cały
./UMS.sh
Other files will be looked for in ~/.config/UMS