Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
Forgot to mention modules_install in installation method
  • Loading branch information
ddevec committed Feb 8, 2016
1 parent b1e3ac8 commit 83ced54
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,18 @@ $ source $HOME/.omniplay_setup

3.1) Build the Omniplay kernel

Two method:
Two methods:
Option 1:
$ cd $OMNIPLAY_DIR/linux-lts-quantal-3.5.0
$ # The following two setps need be done only once
$ wget http://web.eecs.umich.edu/~ddevec/omniplay.config
$ mv omniplay.config .config
$ # End once only steps
$ ./compile
$ # The modules_install is required only if modules were rebult (for example, on your first build)
$ make modules_install
$ # Must be re-run after a modules_install
$ ./compile
$ sudo reboot

$ cd $OMNIPLAY_DIR/linux-lts-quantal-3.5.0
Expand Down

0 comments on commit 83ced54

Please sign in to comment.