How to install vim into Minix3? - vim

I should install vim into Minix. But I couldnt find any useful information on the net. I've just installed Minix on VirtualBox. So I am a beginner on Minix.
Do you have an idea how to install it?

Look at this site, then navigate to your version and architecture:
ftp://ftp.minix3.org/pub/minix/packages/
For example, minix 3.3.0 on i386:
ftp://ftp.minix3.org/pub/minix/packages/3.3.0/i386/editors/vim-7.3.762.tgz

Is it not possible to compile from source? With a half-decent machine, compiling Vim doesn't take very long.
Though this tutorial on how to compile Vim is geared towards Ubuntu, it's not to hard to adopt to other *nix systems.

Related

all-the-icons not working correctly (already ran all-the-icons-install-fonts)

I am currently running emacs on Gentoo linux. My intention was to use all-the-icons ivy (I also downloaded all-the-icons-ivy). Unfortunately, all the icons come out confusing.
I have already run all-the-icons-install-fonts, per the wiki instructions. Does anyone know what is happening?
You may lack the fonts for all-the-icons.
The all-the-icons documentation recommends installing the fonts by running this command in Emacs:
M-x all-the-icons-install-fonts.
Alternatively, you can try installing the fonts using the package manager for your OS. For Gentoo, there's a package for all-the-icons here.
I ran into a similar issue on an Arch based distro, and was able to resolve it by installing all-the-iconts. For those using Arch based distros, the package can be found here.

How downgrade gcc in debian linux?

i'm learning linux kunnel programming. however, i faced problem that gcc version is too high to execute 2.4kunnel "make" command(make bzImage), I try to find solution. but in debian case solution does not exist, just for ubuntu, centOs ect... please help me Or, link that about my problem.
P.S ) What i want version of gcc is 3.3 version, it doesn't work use command apt-get install gcc-3.3
Why would you learn based on 2.4?
Your question is wrong anyway. You will likely need other old tools. The way to go is to download an entire debian system and chroot inside. This can be achieved with debootstrap.
However, as noted earlier, you should not stick to 2.4 in the first place.

Which is better for use Theano on Linux or Windows?

Which is better for use Theano on Linux or Windows? I want to try some deep learning methods by Theano.
It works fine on both, but I find better support for CUDA and much it is easier to install the scientific Python stack on Linux (usually Ubuntu).
I use Theano on windows and once you use a package like enthought canopy or anaconda I find it easy to install and use. Although like a lot of this stuff on windows it is probably easier on Linux! :)

How do I download and install GNU Fortran compiler? Or should I use codeblocks?

I'm having trouble navigating GNU's website and finding the necessary files. And I strongly suspect the installation process isn't going to be straightforward given how their website is designed.
Or should I use Codeblocks instead?
Do I also need to install Cygwin since I'm running Windows 7?
(I have prior, basic experience with C, Matlab and Wolfram Mathematica programming)
I downloaded gfortran-windows-20140523.exe from http://users.humboldt.edu/finneyb/gfortran-windows-20140523.exe as suggested on https://gcc.gnu.org/wiki/GFortranBinaries#Windows and was able to install gfortran from this binary on Windows 8.1 and to compile a Fortran program. Gfortran --version says 4.9.0 20131208 (experimental)

adding Doxygen plugin to qtcreator in linux

I want to add Doxygen plugin to QtCreator.
I am using QtCreator 2.5.2 in ubuntu 12.10 and the latest Doxygen version for QT is 2.4.0.
I've changed the doxygen.pluginspec file to get rid of version error.
But now I've got another error:
can not load library libdoxygen.so (libQtconcurrent.so can not open shared object file:No such file or directory)
Any suggestion would be appreciated.
I hope you are no longer stuck, but if not, I will still try to help.
Yes, the quick install binaries are available only for QtCreator 2.4, but the plugin stays easy to install without it : you have to download the sources and build them yourself, as written in the wiki.
Moreover, you have to build it with the same version of Qt4 as the one that was used for build your QtCreator (have a look here)
It became compatible with QtCreator 2.7 and Qt5 at the end of March, and I succeeded in installing in in QtCreator2.8-beta.
If you have any other question, I guess it would be better to ask them in the plugin forum where developpers always answer to people in need.
Hope this helps (you and other people in need).
You can install Doxywizard wich provides an user interface to use Doxygen.
I'm not shure I'm using fedora to install I used.
yum install doxygen-doxywizard.x86_64.
For Ubuntu it should be if the package name is the same.
apt-get install doxygen-doxywizard.x86_64
(as root)

Resources