Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qpcr4vir/mynana
my experiments with nanapro, come from: https://nanapro.codeplex.com/SourceControl/network/forks/qPCR4vir/myNana
https://github.com/qpcr4vir/mynana
Last synced: about 9 hours ago
JSON representation
my experiments with nanapro, come from: https://nanapro.codeplex.com/SourceControl/network/forks/qPCR4vir/myNana
- Host: GitHub
- URL: https://github.com/qpcr4vir/mynana
- Owner: qPCR4vir
- Created: 2014-12-11T08:46:23.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-11T08:45:05.000Z (about 9 years ago)
- Last Synced: 2024-03-21T17:59:38.604Z (8 months ago)
- Language: C++
- Homepage: http://www.nanapro.org/
- Size: 10.4 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This repo is no more active.
My current contributions to nana are [here](https://github.com/qPCR4vir/nana), which is a fork of [the current nana](https://github.com/cnjinhao/nana)# Install myNana
1. go to [myNana master](https://nanapro.codeplex.com/SourceControl/network/forks/qPCR4vir/myNana)
2. Download or clone the branch master into your working directory of choise (for example: C:\Prog\ExtLib\Nana)
3. Copy the whole dir Nana.Cpp11\build\PropertySheet into the directory two level before the nana directory
(to get something like: C:\Prog\PropertySheet). Two level because I use this PropertySheets for both my projects and for external projects or libraries.
4. Open C:\Prog\ExtLib\Nana\Nana.Cpp11\build\vc2012\nana.sln with MSVS2013.
5. Now you can start to modify nana, or you can:
6. Add a new empty project to write programs using nana in a directory at the same level as for nana (for example: C:\Prog\ExtLib\Nana\demo_projects\demo_projects.vcxproj).
6. Go to VIEW/Others Windows/Property Manager and add to the new project the two PropertySheets:
\PropertySheet\Addnana.C11Lib.PropertySheet.props (this must be up)
\PropertySheet\Exe.PropertySheet.props (this first. If you want a lib add instead: Lib.PropertySheet.props)
6. Install [Doxygen GUI](https://sourceforge.net/projects/doxygen/files/). Generate Nana reference documentation with
[C:\Prog\ExtLib\Nana\docs\Doxigen\Nana.Cpp11.forDevelopers.Doxyfile] or [C:\Prog\ExtLib\Nana\docs\Doxigen\Nana.Cpp11.forUsers.Doxyfile].(..\..\ExtLib\Nana\docs\Doxigen\Nana.Cpp11.forDevelopers.Doxyfile)
or(..\..\ExtLib\Nana\docs\Doxigen\Nana.Cpp11.forUsers.Doxyfile).