Rename device_simulator/device_simulator/Makefile.am to device_simulator/Makefile.am
1 file changed
tree: a2c6475ded6e5de347f565fa9a2fc3c5ef2d8ae4
  1. .gitmodules
  2. INSTALL.md
  3. Makefile.am
  4. README.md
  5. configure.ac
  6. device_simulator/
  7. src/
  8. third_party/
README.md

Build

autoreconf --install
git submodule update --init --recursive
./configure
make
sudo make install