Sponsored Content
The Lounge What is on Your Mind? If possible, would you consider buying OS X for a non Mac computer? Post 302286868 by Neo on Thursday 12th of February 2009 07:00:12 AM
Old 02-12-2009
Here is a bit of follow-up:

Let's take MAMP for example. Here is a quote directly from the MAMP users guide:
Quote:
1.1.2**Installation process

Download the MAMP PRO disc image from MAMP: Mac, Apache, MySQL, PHP. Open the image and drag MAMP PRO into your Applications folder.
Note:**You need administrator permissions to install MAMP PRO!
If MAMP has not been installed yet, please download and install it. The MAMP, too, has to be installed in your Applications folder!
As you can see, there is no direction for installing via the command line. The installation is a GUI drag-and-drop.

Please correct me if I am am wrong. Why does the MAMP install guides only discuss a GUI drag-and-drop installation?
 

2 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Urgent help with web design problems - mac, safari and unix computer

Hi (Help, Help, Help) I am on a computer course and have designed a web site as one of my assignments. just before Xmas my college tutor "very kindly" viewed my site with a mac, safari browser and unix operating system computer. This is what she Emailed back to me, and I am trying to sort... (3 Replies)
Discussion started by: skylark167
3 Replies

2. Shell Programming and Scripting

My code worked on a Mac, now it does not work in another computer

I guess Mac has default bash. Then I copy my code to another comp and run it...And it gives me an error like "bad substitution".... How I can change my code??? Never had before this kind of situation. Help please. if then n=$(sort /Users/Natalie/lastserial | tail -1) ... (6 Replies)
Discussion started by: Natalie
6 Replies
XmDragStart(library call)												 XmDragStart(library call)

NAME
XmDragStart -- A Drag and Drop function that initiates a drag and drop transaction SYNOPSIS
#include <Xm/DragDrop.h> Widget XmDragStart( Widget widget, XEvent *event, ArgList arglist, Cardinal argcount); DESCRIPTION
XmDragStart initiates a drag operation. This routine returns the DragContext widget that it initializes for the associated drag transac- tion. The toolkit is responsible for freeing the DragContext when the drag and drop transaction is complete. widget Specifies the ID of the smallest widget and/or gadget that encloses the source elements selected for a drag operation. event Specifies the XEvent that triggered the drag operation. This event must be a ButtonPress event. arglist Specifies the argument list. Any XmDragContext resources not specified in the argument list are obtained from the resource data- base or are set to their default values. argcount Specifies the number of attribute/value pairs in the argument list (arglist) For a complete definition of DragContext and its associated resources, see XmDragContext(3). RETURN
Returns the ID of the DragContext widget that controls this drag and drop transaction. Returns NULL if the drag cannot be initiated. RELATED
XmDragCancel(3) and XmDragContext(3). XmDragStart(library call)
All times are GMT -4. The time now is 03:08 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy