This website requires JavaScript.
Explore
Help
Sign In
OrgACRN
/
sof
mirror of
https://github.com/thesofproject/sof.git
Watch
1
Star
0
Fork
You've already forked sof
0
Code
Issues
Projects
Releases
Wiki
Activity
17943a6c26
sof
/
scripts
/
build-soft.sh
7 lines
80 B
Bash
Executable File
Raw
Blame
History
#!/bin/sh
cd
../soft.git
./autogen.sh
./configure
make -j
$(
nproc
)
cd
../sof.git
Reference in New Issue
View Git Blame
Copy Permalink