Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
cc19d41f3403c35a3d82e4dd743a5cd6ca94e094
/
.
/
third_party
/
rawrtc
/
usrsctp
/
autogen.sh
blob: 61d40ab4c6cde6171d8b06cec556dbafb28bca57 [
file
] [
log
] [
blame
]
#!/bin/sh -e
cmake
-
DCMAKE_INSTALL_PREFIX
=/
usr
.
cores
=
`getconf _NPROCESSORS_ONLN`
make
-
j$
{
cores
}