Skip to content
kinanu edited this page Aug 24, 2014 · 12 revisions

General requirements:

  • Download and install/extract the InDesign SDK for each version you want to support. Make sure you give the sdk folder the correct name (see below) and put the folder besides the plugin folder ("Librelio").
  • For CC2014: Download and install the "CC Extensions Signing Toolkit" for all necesary platforms. Copy the "ZXPSignCmd" application to "Librelio/project/cc2014//installer".

CS5: id7sdk, CC2014: id10sdk

Requirements for Mac:

  • CS5: XCode 3.1
  • CC2014: Xcode 5.0.2, the installer "Librelio.zxp" will automatically be created in the folder "Librelio/project/cc2014/mac/installer".

Build on Mac:

  • Open the project "Librelio/project//mac/Librelio.xcodeproj"
  • Build the release version
  • Copy the file "Librelio/build//mac/release/Librelio.InDesignPlugin" to "InDesign Application Folder/Plug-Ins/Librelio" (create the "Librelio" folder if necessary)
  • Run InDesign (the "Librelio" panel should be available in the "Window" menu)

Requirements for Windows:

  • CS5: Visual C++ 2008 (Express)
  • CC2014: Visual C++ 2012 (Express)

Build on Windows:

  • Open the project "Librelio\project<version>\win\Librelio.vcproj"
  • Build the release version
  • Copy all files and folders (except the *.pdb files) from the folder "Librelio\build<version>\win\release" to "InDesign Application Folder\Plug-Ins\Librelio" (create the "Librelio" folder if necessary)
  • Run InDesign (the "Librelio" panel should be available in the "Window" menu)

Clone this wiki locally