太阳神三国杀吧 关注:38,535贴子:470,313
  • 18回复贴,共1

太阳神三国杀 源代码编译方式

只看楼主收藏回复

吞的太厉害了,一楼


IP属地:湖南1楼2013-08-10 22:42回复
    其实不需要发,目前lua已经越来越完善了,需要编译的人也不需要教程了


    IP属地:陕西4楼2013-08-10 22:47
    收起回复
      其实我猜 楼主是照着以前那个教程,自己摸索的解决了问题 所以想来分享 其实源文件里面已经够详细了 只是那些文件的下载地址变了。


      IP属地:陕西6楼2013-08-10 23:07
      收起回复
        ……


        IP属地:中国台湾来自Android客户端7楼2013-08-10 23:42
        回复
          How to build QSanguosha with VS2010
          1. If you do not know what VS2010 means, or if you don't know how to install it, or if you are using linux/Mac, please find the red button with a cross sign on this window (it's usually located on the top right corner if you are using Windows), and click it.
          2. Download the following packages:
          (1) QT libraries for Windows (Visual Studio 2010) http://qt.nokia.com/downloads/windows-cpp-vs2010
          (2) QT Visual Studio Add-in http://qt.nokia.com/downloads/visual-studio-add-in
          (3) Lateset swigwin (swig for Windows) http://www.swig.org/download.html
          3. Create a tools/swig folder under your source directory. Unzip swigwin and copy all unzipped files to tools/swig. To make sure you copied them to the right directory hierachy, check if this file exists: <Your source direcotry>/QSanguosha/tools/swig/swig.exe
          4. Go to font directory, unzip font.7z.
          5. Install QT libraries for Windows and QT Visual Studio Add-in you downloaded in the first step.
          6. Open Qsanguosha.sln right under <Your source directory>/Qsanguosha/builds/vs2010.
          7. Right click project "QSanguosha" in your Solution Explorer, select "Properties", go to "Debugging" tab, set "Working Directory" to "$(ProjectDir)..\..\" (do not enter the quote marks). Then select "OK".
          8. In "Solution Explorer", select "Translation Files", right click "sanguosha.ts" and then "lrelease"
          9. You are now able to build and run the solution.


          IP属地:陕西8楼2013-08-11 10:51
          收起回复
            我下的源码居然没有Qsanguosha.pro


            IP属地:福建来自Android客户端9楼2013-08-11 13:19
            收起回复