====== Creating a new library ====== Creating a new library is similar to creating a new project. Right-click "Library projects", and "Add New Library Project". {{:en:mervis-ide:35-help:newlib.png}} Select the location of the library project. It is recommended to save it in the project folder. {{:en:mervis-ide:35-help:newlib1.png}} The library functions and programs are edited in the same way as with programs. {{:en:mervis-ide:35-help:newlib2.png}} The library must be referenced from a project. Right-click to "References" and "Add reference". {{:en:mervis-ide:35-help:newlib3.png}} In //Projects// select your library and confirm. {{:en:mervis-ide:35-help:newlib4.png}} Now the library functions are available in our project. {{:en:mervis-ide:35-help:newlib5.png}}