Help with uploading arduino leonardo bootloader to Atmega32u4

Hi

I am designing a board with Atmega32u4 microcontroller. I assume that I need to leave MISO,MOSI,RST, VCC and GND available. Is it possible to upload the bootloader from an arduino? I would appreciate any help/tutorials on using Atmega32u4 with Arduino IDE.

Thanks!
Sasha

The procedure for the Leonardo is essentially the same as for the UNO - you just need the appropriate settings.

Go for Nick's tutorial.