Skip to content

[WIP] add linux prebuilt library - #15

Open
yjh0502 wants to merge 25 commits into
91Act:masterfrom
yjh0502:master
Open

[WIP] add linux prebuilt library#15
yjh0502 wants to merge 25 commits into
91Act:masterfrom
yjh0502:master

Conversation

@yjh0502

@yjh0502 yjh0502 commented Feb 22, 2021

Copy link
Copy Markdown

add linux prebuilt library. It built with musl-gcc in linux environment to ensure portability. (no dependency on glibc). Here's an ldd result.

$ ldd curl/prebuilt/linux/lib/libcurl.so
        linux-vdso.so.1 (0x00007fff3a5fd000)
        libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f11bb595000)
        libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00007f11bb579000)
        libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f11bb387000)
        /lib64/ld-linux-x86-64.so.2 (0x00007f11bba11000)

I haven't setup a unity project yet. If you are comfortable with the PR, I'll prepare remaining steps (add libcurl.so to Plugins directory, setup appropriate platform flags on asmdef, ...)

@yjh0502 yjh0502 changed the title add linux prebuilt library [WIP] add linux prebuilt library Feb 22, 2021
@Jayatubi

Copy link
Copy Markdown
Contributor

The non-mobile platform prebuilt libs were designed to work for the Unity Editor but they should also work for standalone builts. It would be better if you add the Unity stuffs, such asmdef files, and run the test scene on Linux Unity Editor.

It is sorry that I've already left this organization thus I can't approve this PR for you 😜.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants