个人工具

“UbuntuHelp:wxMaxima/zh”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
(新页面: {{Translation}} {{From|https://help.ubuntu.com/community/wxMaxima}} {{Translator|dbzhang800}} {{Languages|UbuntuHelp:wxMaxima}} == Introduction == This is a "how to" for installing the l...)
 
Introduction
第4行: 第4行:
 
{{Languages|UbuntuHelp:wxMaxima}}
 
{{Languages|UbuntuHelp:wxMaxima}}
  
== Introduction ==
+
== 简介 ==
This is a "how to" for installing the latest version of wxMaxima from source for all flavor of Ubuntu.
+
这是一个为所有Ubuntu爱好者准备的安装最新版wxMaxima 的指南。
  
 
http://wxmaxima.sourceforge.net/wiki/index.php/Main_Page .  
 
http://wxmaxima.sourceforge.net/wiki/index.php/Main_Page .  
wxMaxima is a cross platform GUI for the computer algebra system maxima based on wxWidgets.
+
wxMaxima是一个基于wxWidgets的跨平台的计算机代数系统maxima的图形前端。
  
this tutorial requires:  
+
必要条件:  
 
+
# 网络连接 (或者 ubuntu DVD + 最新版 Maxima)
1. an Internet connection (or an Ubuntu DVD + the latest Maxima)  
+
# 具有打开和使用终端的基本知识
 
+
# 因特网浏览器
2. basic knowledge of how to open and use a terminal
+
 
+
3. a web browser
+
  
 
== Download, Configure, Make, and Install it ==
 
== Download, Configure, Make, and Install it ==

2007年5月25日 (五) 09:44的版本


简介

这是一个为所有Ubuntu爱好者准备的安装最新版wxMaxima 的指南。

http://wxmaxima.sourceforge.net/wiki/index.php/Main_Page . wxMaxima是一个基于wxWidgets的跨平台的计算机代数系统maxima的图形前端。

必要条件:

  1. 网络连接 (或者 ubuntu DVD + 最新版 Maxima)
  2. 具有打开和使用终端的基本知识
  3. 因特网浏览器

Download, Configure, Make, and Install it

So first this variable: "latest-version" is the latest version of wxMaxima (as of 3-20-007 it is 0.7.1-1)

In a web browser

download the package wxmaxima-"latest-version".tar.gz by going to here, http://sourceforge.net/project/showfiles.php?group_id=126731 and clicking on wxmaxima-"latest-version".tar.gz

In a terminal

First out with the old,

sudo apt-get remove maxima-doc wxmaxima 

You will need the virtual package "build-essential" for making the package and the package "checkinstall" for building a debian package. So if you don't have it or are unsure,

sudo apt-get install build-essential checkinstall

Now its time to extract, configure, make and install your package:

tar xfvz /"locationof"/wxMaxima-"latest-version".tar.gz
sudo apt-get build-dep wxmaxima
cd /"locationof"/wxMaxima-"latest-version"/
./configure --enable-dnd --enable-printing --enable-unicode-glyphs --prefix=/usr --exec-prefix=/usr
make
sudo checkinstall

say "yes" to create a document package and paste the description of Maxima off of the website pasted bellow:

wxMaxima is a cross platform GUI for the computer algebra system maxima based on wxWidgets.

When this is done type "0" then "ENTER" and enter your email address so that people know who you are if they use your package you@somewhere as an example

hit "ENTER" and hope for the best. Checkinstall attempts to build you a deb package which it automatically installs by default and is also included in the directory you made WxMaxima, i.e. the deb is in /"locationof"/WxMaxima-"latest-version"/. Thus if everything goes smoothly you now have the latest version of wxmaxima installed.

If you get stuck my email address is [email protected]

Here is my deb but be warned I am using Feisty Herd-5 when I compiled this. https://help.ubuntu.com/community/wxMaxima?action=AttachFile&do=get&target=wxmaxima_0.7.1-1_i386.deb

Here's another deb for Dapper (compiled 28-04-2007), works fine on my PC: https://help.ubuntu.com/community/wxMaxima?action=AttachFile&do=get&target=wxmaxima_0.7.1-1_i386_dapper.deb