[vlmc-devel] commit: Remove $ (Rohit Yadav )
git at videolan.org
git at videolan.org
Tue Jun 8 21:32:44 CEST 2010
vlmc | branch: master | Rohit Yadav <rohityadav89 at gmail.com> | Mon Jun 7 18:33:05 2010 +0200| [d4af54e5901198729fa78a4e7a571741059974b7] | committer: Hugo Beauzée-Luyssen
Remove $
Signed-off-by: Hugo Beauzée-Luyssen <beauze.h at gmail.com>
> http://git.videolan.org/gitweb.cgi/vlmc.git/?a=commit;h=d4af54e5901198729fa78a4e7a571741059974b7
---
INSTALL | 24 ++++++++++++------------
INSTALL.macosx | 6 +++---
2 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/INSTALL b/INSTALL
index e70d560..d15c50c 100644
--- a/INSTALL
+++ b/INSTALL
@@ -9,43 +9,43 @@ Dependencies
Get the sources
===============
- $git clone git://git.videolan.org/vlmc.git
+ git clone git://git.videolan.org/vlmc.git
Building and packaging VLMC on Linux
====================================
A typical way to build VLMC is:
- $mkdir build && cd build
+ mkdir build && cd build
To set install path: (optional)
- $cmake -DCMAKE_INSTALL_PREFIX=/usr ..
+ cmake -DCMAKE_INSTALL_PREFIX=/usr ..
Else:
- $cmake ..
+ cmake ..
Build:
- $make
+ make
To package:
- $make package
+ make package
But this by default will search for available pkg builders and build accordingly.
To force building deb:
- $cpack -G DEB
+ cpack -G DEB
To force building rpm:
- $cpack -G RPM
+ cpack -G RPM
Installing on Linux
===================
On Linux:
- $dpkg -i <deb package>
- $rpm -i <rpm package>
+ dpkg -i <deb package>
+ rpm -i <rpm package>
To remove:
- $dpkg -r vlmc
- $rpm -e vlmc
+ dpkg -r vlmc
+ rpm -e vlmc
Running VLMC
diff --git a/INSTALL.macosx b/INSTALL.macosx
index 7e05ade..f805bb3 100644
--- a/INSTALL.macosx
+++ b/INSTALL.macosx
@@ -18,9 +18,9 @@ Download and unzip (libVLC) contribs for Mac OSX (i386), in /contribs from:
http://rohityadav.in/projects/videolan/vlmc/contribs/
On Mac OS:
- $mkdir build && cd build
- $cmake ..
- $make
+ mkdir build && cd build
+ cmake ..
+ make
This will by default create a Mac Bundle, vlmc.app in /build/bin
More information about the Vlmc-devel
mailing list