|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stop making mediocre tutorials.The best tutorials are video! Camtasia Studio makes it easy to create engaging, buzz-building screen videos at any size, in any popular format. Download the free trial!
|
|
#1
|
|||
|
|||
|
ports install fvwm2-2.4.16-i18n.tgz (openbsd)
(openbsd 3.6)
i would like to install the following using ports; fvwm2-2.4.16-i18n my understanding of an install using ports is to change to the respective subdirectory within the ports dir and do a make install. my problem is that there is no specific directory for fvwm2-2.4.16-i18n. there is only one for fvwm2. how do i specify the specific path to this desired file? |
|
#2
|
||||
|
||||
|
When installing from ports, the directory is specified by the name rather than name.specific.version. So you would go to the specfic ports directory (e.g. fvwm2) and type make install and it will install the latest approved ports version for you.
Code:
cd /usr/ports/x11/fvwm2 make make install make clean If you use pkg_add instead of ports, the package usually contains the version # as part of the name (e.g.)fvwm2-2.4.16-i18n.tgz. For instance, I'll assume you're going to directly install from an FTP server. Then you would do something like this: Code:
pkg_add ftp://ftp.openbsd.org/pub/OpenBSD/3.6/packages/i386/fvwm2-fvwm2-2.4.16-i18n.tgz If you've got the package on your hard disk, you would do something like this: Code:
pkg_add /path/to/fvwm2-2.4.16-i18n.tgz When installing large packages such as windowmanagers or cvsup, I usually use pkg_add instead of ports. This is because ports downloads the source code and compiles on your machine whereas pkg_add installs a precompiled package. i don't usually have the patience to wait for the port to compile. Your mileage may vary .
__________________
Up the Irons What Would Jimi Do? Smash amps. Burn guitar. Take the groupies home. "Death Before Dishonour, my Friends!!" - Bruce D ickinson, Iron Maiden Aug 20, 2005 @ OzzFest Down with Sharon Osbourne Puzzle of the Month solved by sizeablegrin, etienne141 and L7Sqr, superior C/C++ programmers of the month |
![]() |
| Viewing: Dev Shed Forums > Operating Systems > BSD Help > ports install fvwm2-2.4.16-i18n.tgz (openbsd) |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|