[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ft] Does Freetype support Android x86?
From: |
R0b0t1 |
Subject: |
Re: [ft] Does Freetype support Android x86? |
Date: |
Sat, 16 Sep 2017 01:42:51 -0500 |
On Fri, Sep 15, 2017 at 3:27 AM, 이지흔 <address@hidden> wrote:
> Is there a way to use Freetype in the Android x86 architecture?
>
Does FreeType fail to build? You simply link it against your native
code. To build, see:
https://blog.beuc.net/posts/Cross-compile_FreeType_for_Android_ARM/.
Compiling for the emulator is similar. It will use a cross toolchain;
notably the C library is different. See:
https://developer.android.com/ndk/guides/standalone_toolchain.html.
Cheers,
R0b0t1