1 Star 0 Fork 0

StarHarmony/Build-SFML-For-Android-On-Windows

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

# Build SFML For Android On Windows Batch scripts to build SFML for Android, using the latest Android NDK

Requirements

Successfully building SFML requires that you have the following in your PATH:

  • cmake (minimum version is 3.7.2)
  • git
  • the directory where MinGW is installed (for example, C:\Program Files\mingw32\bin). You can check this by trying to run mingw32-make in CMD.

How to use it

● If you have NDK installed:

Run build-sfml.bat followed by the absolute path to your NDK. For example, if your NDK is located at D:\NVPACK\android-ndk-r19, then you have to run build-sfml.bat D:\NVPACK\android-ndk-r19.

● If you don't have NDK installed:

You can install the newest version before building SFML, by executing download-ndk-and-build-sfml.bat. You can also specify where to install ndk, by providing an absolute path to the script. For example, if you want to install it in D:\Android, then you should run download-ndk-and-build-sfml.bat D:\Android. After downloading the NDK, this script will also run build-sfml.bat and thus build SFML.

Path to the downloaded SFML repository

The script will download SFML to %userprofile%\SFML. For example, if your username is Foo, you will be able to find the downloaded SFML repository at C:\Users\Foo\SFML.

Created scripts

The following scripts are created in %userprofile%\SFML\build and its subdirectories. They are also run by build-sfml.bat when it builds SFML for the first time. You can use them to rebuild SFML in case you modify something in it.

rebuild-all.bat:

Rebuilds SFML for all ABIs.

rebuild.bat (in each ABI's directory):

Rebuilds SFML for the ABI corrisponding to script's directory.

空文件

简介

取消

发行版

暂无发行版

贡献者

全部

近期动态

不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mk4g1/Build-SFML-For-Android-On-Windows.git
git@gitee.com:mk4g1/Build-SFML-For-Android-On-Windows.git
mk4g1
Build-SFML-For-Android-On-Windows
Build-SFML-For-Android-On-Windows
master

搜索帮助