duanchuang1935 2013-06-13 10:11
浏览 72
已采纳

安装libpuzzle windows wampserver

How do i install libpuzzle on a windows wampserver? The readme says this:

Here are the basic steps in order to install the extension:

(on OpenBSD: export AUTOMAKE_VERSION=1.9 ; export AUTOCONF_VERSION=2.61)

cd php/libpuzzle
phpize
./configure --with-libpuzzle
make clean
make
make install

If libpuzzle is installed in a non-standard location, use:
./configure --with-libpuzzle=/base/directory/for/libpuzzle

Then edit your php.ini file and add:

extension=libpuzzle.so

How do i do this on windows with wamp?

  • 写回答

1条回答 默认 最新

  • dqt20140129 2013-06-13 12:39
    关注

    For windows i.e. wamp, you will have to find a download site that has compiled it for windows PHP.

    Make sure its been compile with VC9/10/11 if you are using a recent version of WAMP or VC6 if you are using an old version of wamp.

    Most likely you will have to download the source code and compile it yourself, a much more complicated process, as I cannot find anywhere to download a pre-built windows version of this library.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 有偿求跨组件数据流路径图
  • ¥15 写一个方法checkPerson,入参实体类Person,出参布尔值
  • ¥15 我想咨询一下路面纹理三维点云数据处理的一些问题,上传的坐标文件里是怎么对无序点进行编号的,以及xy坐标在处理的时候是进行整体模型分片处理的吗
  • ¥15 CSAPPattacklab
  • ¥15 一直显示正在等待HID—ISP
  • ¥15 Python turtle 画图
  • ¥15 关于大棚监测的pcb板设计
  • ¥15 stm32开发clion时遇到的编译问题
  • ¥15 lna设计 源简并电感型共源放大器
  • ¥15 如何用Labview在myRIO上做LCD显示?(语言-开发语言)