上一页 1 ··· 477 478 479 480 481 482 483 484 485 ··· 618 下一页

2019年12月13日

摘要: CC = gccC++ = g++LINK = g++ LIBS = -lz -lm -lpcre#must add -fPIC optionCCFLAGS = $(COMPILER_FLAGS) -c -g -fPICC++FLAGS = $(COMPILER_FLAGS) -c -g -fPIC 阅读全文
posted @ 2019-12-13 09:20 lydstory 阅读(223) 评论(0) 推荐(0)
摘要: -fpermissive 阅读全文
posted @ 2019-12-13 06:28 lydstory 阅读(1358) 评论(0) 推荐(0)
摘要: gcc test_a.c test_b.c test_c.c -fPIC -shared -o libtest.so 阅读全文
posted @ 2019-12-13 03:26 lydstory 阅读(202) 评论(0) 推荐(0)
摘要: gyp --depth . -D component=shared_library -Ibuild/standalone.gypi build/all.gyp 阅读全文
posted @ 2019-12-13 03:23 lydstory 阅读(142) 评论(0) 推荐(0)
摘要: http://www.doc88.com/p-9019791029100.html 阅读全文
posted @ 2019-12-13 02:01 lydstory 阅读(450) 评论(0) 推荐(0)

2019年12月12日

摘要: Traceback (most recent call last):File "/home/eping/bin/repo", line 685, in main(sys.argv[1:])File "/home/eping/bin/repo", line 652, in main_Init(args 阅读全文
posted @ 2019-12-12 23:03 lydstory 阅读(2847) 评论(0) 推荐(0)
摘要: tar -czvf /tmp/etc.tar.gz /etc 阅读全文
posted @ 2019-12-12 22:17 lydstory 阅读(368) 评论(0) 推荐(0)
摘要: https://www.jb51.net/article/142787.htm gn gn 问题如何解决????? 阅读全文
posted @ 2019-12-12 21:53 lydstory 阅读(2314) 评论(0) 推荐(0)
摘要: //注意以.开头的文件名在linux下都是隐藏文件,需要使用ll 或者ls -all 才可以查看. .gclient文件必须有,否则会报类似下面的错误: Traceback (most recent call last): File "/webrtc/depot_tools/gn.py", line 阅读全文
posted @ 2019-12-12 20:20 lydstory 阅读(772) 评论(0) 推荐(0)
摘要: https://github.com/timniederhausen/gn 阅读全文
posted @ 2019-12-12 19:05 lydstory 阅读(1936) 评论(0) 推荐(0)
上一页 1 ··· 477 478 479 480 481 482 483 484 485 ··· 618 下一页

导航