分享exe到linux操作系统 [英] share exe to linux os

查看:85
本文介绍了分享exe到linux操作系统的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何在窗口中运行ac / c ++游戏编码?

执行需要哪个平台?

how can i run a c/c++ game coding in window?
which platform it needs for executing?

推荐答案

你可以'要做到这一点,你需要首先在Windows环境中重新编译它



或使用像python这样的动态语言
you can't do that, you need to recompile it first in a windows environment

or use a dynamic language like python


你有一些选择:



0.重新编译 - 最简洁,产品将是最快和原生的。

1.互操作性层 - 有互操作性层你可以使用如Wine。公平的警告,你需要大量的测试,因为Wine基本上是他们所有MS系统文件和服务的代表。

2.使用解释的代码 - C#等选项在Linux中有解释器(Mono) )。 Java当然也是一个选项,最后,所有的脚本语言通常都有很好的跨平台支持(python,perl,ruby)。
You have a few options:

0. Recompile- cleanest, product will be fastest and native.
1. Interoperability layer- There are interoperability layers that you can use such as Wine. Fair warning, you'll need plenty of testing since Wine is essentially their representation of all of the MS system files and services.
2. Use interpreted code- Options such as C# have interpreters in Linux (Mono). Java of course is also an option and lastly, all the scripting languages usually have good cross platform support (python, perl, ruby).


这篇关于分享exe到linux操作系统的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆