Skip to content

Commit

Permalink
Speed up building a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasz-grobelny authored Oct 29, 2020
1 parent 0fdb867 commit 61411d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Follow these steps to get AACS and Anbox running on Odroid N2:
1. git clone https://github.com/anbox/anbox.git && cd anbox && git submodule init && git submodule update && mkdir build && cd build && cmake .. && make -j 4 && make install && cd ../..
1. wget http://anbox.postmarketos.org/android-7.1.2_r39-anbox_arm64-userdebug.img -O android.img
1. mkdir AA && cd AA
1. git clone --recurse-submodules https://github.com/tomasz-grobelny/AACS.git && cd AACS && mkdir build && cd build && cmake .. && make && cd ../..
1. git clone --recurse-submodules https://github.com/tomasz-grobelny/AACS.git && cd AACS && mkdir build && cd build && cmake .. && make -j 4 && cd ../..
1. git clone https://github.com/tomasz-grobelny/AAVideoSink.git && cd AAVideoSink && mkdir build && cd build && cmake .. && make && cd ../..
1. cd
1. apt -yq remove gdm3 && dpkg-reconfigure lightdm
Expand Down

0 comments on commit 61411d5

Please sign in to comment.