This website requires JavaScript.
Explore
Help
Sign in
joshua
/
beats-server
Archived
Watch
1
Fork
You've already forked beats-server
0
Code
Activity
This repository has been archived on
2025-04-09
. You can view files and clone it, but cannot push or open issues or pull requests.
master
beats-server
/
run
10 lines
87 B
Text
Raw
Permalink
Normal View
History
Unescape
Escape
Finally it compiles
2013-02-28 15:27:34 +01:00
#!/bin/bash
mkdir -p build
cd build
cmake ..
Added one feature
2013-02-28 16:17:06 +01:00
make -j8 || exit 1
Finally it compiles
2013-02-28 15:27:34 +01:00
cd ..
./build/server
Copy permalink