hathlife

Results 10 comments of hathlife

I've managed to make remote server work on my x86_64 Openwrt 19.07.6 device with the help of [sgerrand/alpine-pkg-glibc](https://github.com/sgerrand/alpine-pkg-glibc). ![image](https://user-images.githubusercontent.com/19867269/106462568-3e3c1700-64d1-11eb-85da-5325dd95fc86.png) Here's my step: First go to the release package of alpine-pkg-glibc...

> 原版的可以用啊,我的新路由3就用的这个和small,编译没问题。有点小报错需要折腾一下 可以具体说一下怎么解决依赖问题的吗?谢谢

> > > 原版的可以用啊,我的新路由3就用的这个和small,编译没问题。有点小报错需要折腾一下 > > > > 可以具体说一下怎么解决依赖问题的吗?谢谢 > > 例如这个仓库就是依赖:https://github.com/kenzok8/small > 这个仓库是应用:https://github.com/kenzok8/openwrt-packages > > > 在官方包目录下feeds.conf.default这个文件加入 > src-git kenzo https://github.com/kenzok8/openwrt-packages > src-git small https://github.com/kenzok8/small > 这两条就满足了应用和依赖 > 执行...

因为x86_64的处理器v2ray加解密性能比路由器牛逼多了,带宽上了150m一般的硬路由cpu已经满足不了v2ray跑满的要求了,想上的话得用软路由。

@WordsWorthLess 可以整理成pr发出来

It seems that I should manually complie libiconv & gettext libraries for NDK. I would try it later after class. or you can add these two libs in to cilb/...

I find a replacement of gettext: https://github.com/hathlife/libintl-lite/ you can try it when you are free.

Here’s the patch about how to fix libffi complie issue for armeabi-v7a architecture: http://danilogiulianelli.blogspot.com/2013/01/?m=1

Using a prebuilt gettext library to build . and I get this: ``` In file included from /mnt/e/android_project/GTKAndroid/clibs/gtk/../glib/distsrc/glib/ggettext.c:43: /mnt/e/android_project/GTKAndroid/clibs/gtk/../glib/../gettext/libintl.h:134:23: error: expected identifier or '(' extern char *gettext (const char *__msgid)...

[新版qt的数位板输入样例](https://doc.qt.io/qt-5/qtwidgets-widgets-tablet-example.html)