Avnu / OpenAvnu

OpenAvnu - an Avnu sponsored repository for Time Sensitive Network (TSN and AVB) technology
467 stars 288 forks source link

build issue->no files in /opt/OpenAvnu-master/lib/igb_avb/lib #901

Open leonliu1128 opened 4 years ago

leonliu1128 commented 4 years ago

When I excute ./travis.sh to build, error print: make lib make[1]: Entering directory '/opt/OpenAvnu-master' mkdir -p lib/igb_avb/lib && make subdir=lib/igb_avb/lib -C lib/igb_avb/lib make[2]: Entering directory '/opt/OpenAvnu-master/lib/igb_avb/lib' make[2]: *** No targets specified and no makefile found. Stop.

Can anyone tell me the correct build step? Is travis.sh ok to run?

Thanks

mohankarthik commented 4 years ago

Hi @leonliu1128 , this should mostly be because git submodules are not initialized. Could you try to initialize submodules and try again?

leonliu1128 commented 4 years ago

Hello mohankarthik: Tks for feedback. Can you let me know hot to initialize git submodules? I am new to openvnu.

leonliu2811 commented 3 years ago

Close this issue. I manually download code to the folder.