Giter Site home page Giter Site logo

Comments (6)

hltj avatar hltj commented on June 21, 2024

Ubuntu 18.04 已经过了5年的支持周期,因此没有为其打包。建议升级到新版本,不要再使用不受支持的系统。
如果有特殊原因不得不使用旧版,可以考虑自行编译。


Ubuntu 18.04 has passed its 5-year support cycle and is therefore not packaged. It is recommended to upgrade to a new version and not use unsupported systems anymore.
If you have to use an older system for special reasons, you can consider compiling it yourself.

from wxmedit.

DaBaiTuu avatar DaBaiTuu commented on June 21, 2024

Ubuntu 18.04 已经过了5年的支持周期,因此没有为其打包。建议升级到新版本,不要再使用不受支持的系统。 如果有特殊原因不得不使用旧版,可以考虑自行编译。

确实需要使用18.04 因为工作环境,但是本人小白,可否指点下应如何自行编译,谢谢


I really need to use 18.04 because of the working environment, but I am a novice. Can you give me some advice on how to compile it myself? Thank you.

from wxmedit.

hltj avatar hltj commented on June 21, 2024

Ubuntu 18.04 已经过了5年的支持周期,因此没有为其打包。建议升级到新版本,不要再使用不受支持的系统。 如果有特殊原因不得不使用旧版,可以考虑自行编译。

确实需要使用18.04 因为工作环境,但是本人小白,可否指点下应如何自行编译,谢谢

sudo apt install build-essential curl libgtk-3-dev libwxgtk3.0-gtk3-dev libboost-dev libicu-dev libcurl4-gnutls-dev
curl -LO https://downloads.sourceforge.net/project/wxmedit/3.2/wxMEdit-3.2.tar.gz
tar xf wxMEdit-3.2.tar.gz
cd wxMEdit-3.2
touch aclocal.m4 configure Makefile.in config.h.in
./configure
make wxmedit
sudo make install

from wxmedit.

DaBaiTuu avatar DaBaiTuu commented on June 21, 2024

Ubuntu 18.04 已经过了5年的支持周期,因此没有为其打包。建议升级到新版本,不要再使用不受支持的系统。 如果有特殊原因不得不使用旧版,可以考虑自行编译。

确实需要使用18.04 因为工作环境,但是本人小白,可否指点下应如何自行编译,谢谢

sudo apt install build-essential curl libgtk-3-dev libwxgtk3.0-gtk3-dev libboost-dev libicu-dev libcurl4-gnutls-dev
curl -LO https://downloads.sourceforge.net/project/wxmedit/3.2/wxMEdit-3.2.tar.gz
tar xf wxMEdit-3.2.tar.gz
cd wxMEdit-3.2
make wxmedit
sudo make install

打扰了,首先是第二步的下载由于命令行下载不成功我就直接去网址下载的,但是网址依旧不弹出下载链接,我就点击download problem 换了个能下载的,然后第四步出现如下问题,担心下载错误附上图像及描述:

Excuse me, Firstly the 2nd step, since the command line download failed, I went directly to the website to download, but the website still did not pop up the download link, so I clicked download problem and changed to a downloadable one. And then the 4th step, the following problem occurred. I'm worried about the download archive. Attached image and description:

Screenshot from 2023-12-17 20-53-14

(make: *** No rule to make target 'wxmedit'. Stop.)

不胜感谢

Thanks.

from wxmedit.

hltj avatar hltj commented on June 21, 2024

打扰了,首先是第二步的下载由于命令行下载不成功我就直接去网址下载的,但是网址依旧不弹出下载链接,我就点击download problem 换了个能下载的,然后第四步出现如下问题,担心下载错误附上图像及描述:

Excuse me, Firstly the 2nd step, since the command line download failed, I went directly to the website to download, but the website still did not pop up the download link, so I clicked download problem and changed to a downloadable one. And then the 4th step, the following problem occurred. I'm worried about the download archive. Attached image and description:

Screenshot from 2023-12-17 20-53-14

(make: *** No rule to make target 'wxmedit'. Stop.)

我的错,应该不是下载错误。我之前的命令漏掉了:在 make wxmedit 之前需要执行 touch aclocal.m4 configure Makefile.in config.h.in./configure。(命令已更新)

It's my fault. It's probably not a download error. My previous commands missed: touch aclocal.m4 configure Makefile.in config.h.in and ./configure need to be executed before make wxmedit. (the commands updated)

from wxmedit.

DaBaiTuu avatar DaBaiTuu commented on June 21, 2024

打扰了,首先是第二步的下载由于命令行下载不成功我就直接去网址下载的,但是网址依旧不弹出下载链接,我就点击download problem 换了个能下载的,然后第四步出现如下问题,担心下载错误附上图像及描述:
Excuse me, Firstly the 2nd step, since the command line download failed, I went directly to the website to download, but the website still did not pop up the download link, so I clicked download problem and changed to a downloadable one. And then the 4th step, the following problem occurred. I'm worried about the download archive. Attached image and description:
Screenshot from 2023-12-17 20-53-14
(make: *** No rule to make target 'wxmedit'. Stop.)

我的错,应该不是下载错误。我之前的命令漏掉了:在 make wxmedit 之前需要执行 touch aclocal.m4 configure Makefile.in config.h.in./configure。(命令已更新)

It's my fault. It's probably not a download error. My previous commands missed: touch aclocal.m4 configure Makefile.in config.h.in and ./configure need to be executed before make wxmedit. (the commands updated)

多谢 , 已安装成功

from wxmedit.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.