Skip to content
This repository has been archived by the owner on Apr 15, 2023. It is now read-only.

Commit

Permalink
[buildsys] - add bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
Memphiz authored and davilla committed Sep 5, 2012
1 parent 482888d commit ed99ba6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README
Expand Up @@ -5,7 +5,7 @@ WARNING: this is work in progress. Don't try to use this unless you know what yo
============================= =============================


Start by executing: Start by executing:
autoreconf -vif ./bootstrap


To install add-ons into /path/to/XBMC: To install add-ons into /path/to/XBMC:
./configure --prefix=/path/to/XBMC ./configure --prefix=/path/to/XBMC
Expand Down
3 changes: 3 additions & 0 deletions bootstrap
@@ -0,0 +1,3 @@
#!/bin/sh

autoreconf -vif

0 comments on commit ed99ba6

Please sign in to comment.