Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

which version should I use for ubuntu 18.04? 想请问下,ubuntu 18.04 使用哪个版本 #228

Closed
DaBaiTuu opened this issue Dec 13, 2023 · 6 comments

Comments

@DaBaiTuu
Copy link

DaBaiTuu commented Dec 13, 2023

你好,由于主页链接上,只看到了最低ubuntu20.04 给出的下载链接,所以想请问下 ubuntu18.04 应该怎么下载


Hello, since I only see the download link for the lowest ubuntu 20.04 on the homepage link, I would like to ask how to download for ubuntu 18.04.

@hltj
Copy link
Collaborator

hltj commented Dec 17, 2023

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.

@hltj hltj closed this as completed Dec 17, 2023
@hltj hltj changed the title 想请问下,ubuntu 18.04 使用哪个版本 which version should I use for ubuntu 18.04? 想请问下,ubuntu 18.04 使用哪个版本 Dec 17, 2023
@DaBaiTuu
Copy link
Author

DaBaiTuu commented Dec 17, 2023

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.

@hltj
Copy link
Collaborator

hltj commented Dec 17, 2023

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

@DaBaiTuu
Copy link
Author

DaBaiTuu commented Dec 17, 2023

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.

@hltj
Copy link
Collaborator

hltj commented Dec 18, 2023

打扰了,首先是第二步的下载由于命令行下载不成功我就直接去网址下载的,但是网址依旧不弹出下载链接,我就点击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)

@DaBaiTuu
Copy link
Author

打扰了,首先是第二步的下载由于命令行下载不成功我就直接去网址下载的,但是网址依旧不弹出下载链接,我就点击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)

多谢 , 已安装成功

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants