'Apple/Everything Mac'에 해당되는 글 4건

  1. 2011/05/16 윈도우에서 매직마우스 사용하기
  2. 2011/05/01 맥에 이클립스 설치하기
  3. 2011/01/08 Xcode로 C프로그래밍 하는 방법
  4. 2011/01/08 맥북

윈도우에서 매직마우스 사용하기

|


 

윈도우에서 맥용 매직마우스를 사용해보자!!




첫번째로, 매직 마우스용 드라이버가 필요한데, 아래 파일을 다운 받아 압축을 푼다.
각 사양에 맞는 폴더에 들어간 후 (32/64비트용)
DPinst.exe를 설치하자.


그 후에,
를 설치하면 되는데,

DPinst,exe가 설치 안되는 사양이라고 뜰 것이다.

무엇을 먼저 설치하는지는 정확하게 모르겠다.. ㅡㅡ;

어쨋든 윈도우를 재부팅해서 각자 컴퓨터에 블루투스 장치를 검색하면 Apple Magic Mouse라는 장치를 찾을 수 있을것이다.

연결 시켜주면 끝!

근데 참고로,,, 맥과 같은 제스쳐 기능은 작동하지 않는다...
저작자 표시

'Apple > Everything Mac' 카테고리의 다른 글

윈도우에서 매직마우스 사용하기  (0) 2011/05/16
맥에 이클립스 설치하기  (0) 2011/05/01
Xcode로 C프로그래밍 하는 방법  (0) 2011/01/08
맥북  (0) 2011/01/08
TRACKBACK 0 And COMMENT 0

Trackback http://babe9990.tistory.com/trackback/48 관련글 쓰기

맥에 이클립스 설치하기

|

Installing Eclipse on Mac OS X

This page tells you how to download Eclipse for Mac OS X, install it, and configure it so that it looks like how I use it. If you need help, Blitzcs5help@cs.dartmouth.edu .

How to download and install Eclipse

  1. Go to http://www.eclipse.org/downloads/ to download a copy of eclipse. The page will look like this:

    The first item listed is "Eclipse IDE for Java Developers (98 MB)." On the right is a green, downward-pointing arrow. Next to that are links labeled "Mac OS X 32 Bit" and "Mac OS X 64 Bit." Click on the "Mac OS X 32 Bit" link. (Even if you have nice, new 64-bit Mac, it should run the 32-bit version just fine.)

  2. You will see a window like this:

    (The location next to the green, downward-pointing arrow might not be Virginia Tech, but that's OK. And the "Get It Faster Here" locations might be different, but that doesn't matter, either.) Click on the green, downward pointing arrow. A download of eclipse-java-helios-SR2-macosx-cocoa.tar.gz will start. If you first get a window like this

    just click "OK" so that the downloaded file opens with Archive Utility.

  3. The download will go to your Downloads folder. You will normally have an icon for the Downloads folder on the right-hand side of the dock. Find eclipse-java-helios-SR2-macosx-cocoa.tar.gz in your Downloads folder, and drag it to the Desktop. Then double-click it.You will see a folder named "eclipse."

  4. Drag the "eclipse" folder into your Applications folder. The easiest way to do so is to open a new window in the Finder and click on Applications in the list you get on the left-hand side. Then drag the "eclipse" folder in with the other applications. Make sure that you donot drag it into a folder that's already within Applications. In other words, when you're done, the Applications folder should have directly within it a folder named "eclipse."

  5. (This step is not required, but it's strongly recommended.) Double click the "eclipse" folder. You'll see an application named "Eclipse"; it has a purple icon with white horizontal stripes. Drag it into your dock. Now you will be able to launch Eclipse by clicking on the icon in the dock.

  6. You may now drag eclipse-java-helios-SR2-macosx-cocoa.tar.gz to the Trash. Empty the Trash whenever you wish.

  7. When you launch Eclipse for the first time, you'll be asked "'Eclipse' is an application downloaded from the Internet. Are you sure you want to open it?" Click "Open."

  8. You'll see something like the following window:

    Of course, the workspace name will have your user name in place of "thc." You can choose whatever place you want for your workspace, but it's easiest to just use the default you're given. I recommend that you just click the checkbox next to "Use this as the default and do not ask again" and then click "OK."

  9. You'll then see the following screen:

    Click on the folded-over arrow on the right. You won't see this screen again, even if you quit Eclipse and relaunch it.

  10. Now you'll see the following screen:

    Lots of buttons and panes, but nothing of consequence.

  11. You have now installed Eclipse!

How to configure Eclipse

You don't have to configure Eclipse so that it looks like how I use it, but you'll probably avoid some confusion if you do so. Here's how.
  1. In the Eclipse menu bar, click on the Eclipse menu and then on "Preferences...". You'll see a window with two panes. On the left pane is a list of types of things you can configure.

  2. Click on the triangle to the left of "General." Then click on the triangle to the left of "Appearance." Then click on "Colors and Fonts."You should see a window like this:

  3. In the window in the middle, click on the triangle next to "Java." Then double-click on "Java Editor Text Font."

    As you can see, there's some text following "Java Editor Text Font." Don't worry about it.

  4. The following window will pop up:

    On the right, where you can select the size, click "12." Then close this window by clicking on the window's close button.

  5. Close up the "General" preferences by clicking on the triangle to the left of "General." Click the triangle next to "Java" and then click the triangle next to "Code Style." Then click "Formatter." Here's what you should see:

  6. Click the button that says "New...". You'll see a window such as this one:

    You can type in any profile name you like. I used "CS 5":

    Then click "OK."

  7. You should see a window that looks like this:

    Change the tab size to 2:

    You'll see that the Indentation size automatically changes as well.

  8. Click on "Blank Lines," and after "Between import groups" and "Before declarations of the same kind," change the values 1 to 0:

  9. Click on "Control Statements," and check the boxes as I've done here:

    Click "OK."

  10. Now click on triangles to close up "Java." Click on the triangle next to "Run/Debug," and then click on "Console."

  11. Click on the green color sample next to "Standard In text color." You'll get a color picker:

  12. Slide the slider on the right down, so that you get a dark green. (You're at Dartmouth. What other color could you possibly want?)

    Close the color picker window by clicking its close button, and click "OK" again to close the Preferences window.

  13. Finally, I don't use the Task List and Outline panes, which are on the right-hand side of the window. Click on the "X" next to "Task List" and next to "Outline" in the tabs of these panes:

    You'll get something like this:

    And you're done!


Thomas H. Cormen <thc@cs.dartmouth.edu>
Last modified: Fri Mar 25 17:37:31 2011
저작자 표시

'Apple > Everything Mac' 카테고리의 다른 글

윈도우에서 매직마우스 사용하기  (0) 2011/05/16
맥에 이클립스 설치하기  (0) 2011/05/01
Xcode로 C프로그래밍 하는 방법  (0) 2011/01/08
맥북  (0) 2011/01/08
TRACKBACK 0 And COMMENT 0

Trackback http://babe9990.tistory.com/trackback/45 관련글 쓰기

Xcode로 C프로그래밍 하는 방법

|


OSX
를 사용하고 있는 사람이라면 C프로그래밍 공부를 할 때 재시동으로
 

부트캠프 윈
도우 부팅을 하는건 여간 귀찮지 않을 수가 없다.

하지만 매킨토시에는 일일히 윈도우에서 처럼
비주얼 베이직, 스튜디오 등을

다운받아 설치할 필요없이 X
code 를 이용하여 C프로그래밍을 할 수가있다.



우선 Mac OSX 시디에서 xcode를 설치하고 xcode 를 실행하자.


1. "Crate a new Xcode project" 더블클릭을 하거나 원클릭을 하고서 Open을 클릭!



2. 좌측에 보이는 Application 항목을 선택, 아래 그림에서 보이듯이


Command Line Tool 선택, Type 은 C를 선택한다. 


❈ C++ 등 기타 프로그래밍일 경우 항목을 맞게 선택



3. 이제 새 프로젝트를 만드는 단계.

원하는 프로젝트 명을 만들어 준다.



4. 이제 C프로그래밍을 위한 프로젝트 파일이 완성이 되었다.


 


참고로 솔루션 빌드는 Command + B , 실행은 Shift + Command + R 입니다.


그리고, 필요하실지 모르겠지만 Xcode에서 자주 사용되는 단축키를 첨부파일에 첨부하겠습니다. 



출처: 맥쓰사


http://cafe.naver.com/inmacbook.cafe?iframe_url=http%3A%2F%2Fcafe.naver.com%2FArticleWrite.nhn%3FanswerWrite%3Dtrue%26m%3Dreply%26articleid%3D370950%26page%3D1%26menuid%3D3%26boardtype%3D


저작자 표시

'Apple > Everything Mac' 카테고리의 다른 글

윈도우에서 매직마우스 사용하기  (0) 2011/05/16
맥에 이클립스 설치하기  (0) 2011/05/01
Xcode로 C프로그래밍 하는 방법  (0) 2011/01/08
맥북  (0) 2011/01/08
TRACKBACK 0 And COMMENT 0

Trackback http://babe9990.tistory.com/trackback/33 관련글 쓰기

맥북

|

저작자 표시

'Apple > Everything Mac' 카테고리의 다른 글

윈도우에서 매직마우스 사용하기  (0) 2011/05/16
맥에 이클립스 설치하기  (0) 2011/05/01
Xcode로 C프로그래밍 하는 방법  (0) 2011/01/08
맥북  (0) 2011/01/08
TRACKBACK 0 And COMMENT 0

Trackback http://babe9990.tistory.com/trackback/32 관련글 쓰기

prev | 1 | next