diff options
| author | bhgv <bhgv.empire@gmail.com> | 2019-03-09 18:43:12 +0300 |
|---|---|---|
| committer | bhgv <bhgv.empire@gmail.com> | 2019-03-09 18:43:12 +0300 |
| commit | 76d881212186e0e1dfd24e937ee74db29dfcaa0d (patch) | |
| tree | 08796bb23890fafc2773fd2897a13583b4cb918e /bld-lin-fb-arm.sh | |
| parent | d1a1a29bd5779e3a7e0d6ac4a6572eda5b28a943 (diff) | |
now emu-Linux-fb may use resistive touchscreens (/dev/input/event1) as a mouse (only left button yet)
Diffstat (limited to 'bld-lin-fb-arm.sh')
| -rwxr-xr-x | bld-lin-fb-arm.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bld-lin-fb-arm.sh b/bld-lin-fb-arm.sh index ecdb9d0..5ce6088 100755 --- a/bld-lin-fb-arm.sh +++ b/bld-lin-fb-arm.sh @@ -3,6 +3,8 @@ mkdir Linux/arm/bin mkdir Linux/arm/lib +mkdir out + export PATH=/opt/gcc-arm-8.2-2018.11-x86_64-arm-linux-gnueabihf/bin:$PWD/Linux/386/bin:$PATH export ROOT=$PWD @@ -12,3 +14,5 @@ export CROSS=arm-linux-gnueabihf- unzip -n dis_folders.zip mk install + +cp Linux/arm/bin/emu out
\ No newline at end of file |
