VisualPoint Download And Installation

From OO Lab
(Difference between revisions)
Jump to: navigation, search
 
(8 intermediate revisions by one user not shown)
Line 1: Line 1:
VisualPoint專案放置於xdiva專案底下,xdiva專案目前放置在本實驗室的git server上,使用git clone將xdiva專案下載即可進行開發。
+
=Download=
  
編譯環境為Windows系統,並安裝下列軟體
+
==Binary files==
<ul>
+
Download from [[File:VisualpointAddin.rar]]<br>
  <li>Visual Studio 2010 專業英文版</li>
+
  <li>Git</li>
+
</ul>
+
  
下載步驟請參考xDiva的下載教學: [http://140.115.53.53/wiki/index.php/How_to_download_xDIVA_source_code_from_version_control_server How to download xDIVA source code from version control server]
+
==Source files==
 +
 
 +
The source code of VSPlugin put in xDIVA project, download xDIVA from oolab's gitlab by <pre>git clone git@140.115.53.53:oolab/xdiva.git</pre>
  
 
VisualPoint 放置於 xdiva\VisualpointAddin底下,在開發VisualpointAddin之前需要先進行Add-In相關設置才可進行開發。
 
VisualPoint 放置於 xdiva\VisualpointAddin底下,在開發VisualpointAddin之前需要先進行Add-In相關設置才可進行開發。
  
VisualPoint Add-In 設置方式與PolytraceAid 相同,可直接參考PolytraceAid的Addin-In教學:
+
=Installation=
 +
 
 +
The tool is an Addin for visual studio 2010 so MAKE SURE that the Visual Studio Version installed on your PC is 2010.
 +
 
 +
The following steps has been tried on Visual Studio 2010 with Windows7 x64 Platform.
 +
 
 +
# Download [http://140.115.53.53/Visual_Studio_Visualization_Addin.zip The Zip File] and Extract all of them. There should be '''a folder BT''' and '''two files'''.
 +
#* BT
 +
#* Visualize.Addin
 +
#* Visualize.dll
 +
# Find the Visual Studio Data Directory
 +
#* The Directory is usually in '''/Documents'''. For Example '''C:\Users\user\Documents\Visual Studio 2010'''
 +
#* In the Visual Studio Data Directory, there should be a Directory named Addins. If not, Create The directory Manually.
 +
# Move '''Visualize.Addin''' and '''Visualize.dll''' to \Visual Studio 2010\Addins\
 +
# Using Text Editor to open Visualize.Addin (this is an XML file)
 +
#* At line 16, the content should be '''<Assembly>C:\Users\user\Documents\Visual Studio 2010\Addins\Visualize.dll</Assembly>'''
 +
#* If the path is different from your file path, please modify it with the actual path.

Latest revision as of 17:40, 14 July 2014

Contents

[edit] Download

[edit] Binary files

Download from File:VisualpointAddin.rar

[edit] Source files

The source code of VSPlugin put in xDIVA project, download xDIVA from oolab's gitlab by
git clone git@140.115.53.53:oolab/xdiva.git

VisualPoint 放置於 xdiva\VisualpointAddin底下,在開發VisualpointAddin之前需要先進行Add-In相關設置才可進行開發。

[edit] Installation

The tool is an Addin for visual studio 2010 so MAKE SURE that the Visual Studio Version installed on your PC is 2010.

The following steps has been tried on Visual Studio 2010 with Windows7 x64 Platform.

  1. Download The Zip File and Extract all of them. There should be a folder BT and two files.
    • BT
    • Visualize.Addin
    • Visualize.dll
  2. Find the Visual Studio Data Directory
    • The Directory is usually in /Documents. For Example C:\Users\user\Documents\Visual Studio 2010
    • In the Visual Studio Data Directory, there should be a Directory named Addins. If not, Create The directory Manually.
  3. Move Visualize.Addin and Visualize.dll to \Visual Studio 2010\Addins\
  4. Using Text Editor to open Visualize.Addin (this is an XML file)
    • At line 16, the content should be <Assembly>C:\Users\user\Documents\Visual Studio 2010\Addins\Visualize.dll</Assembly>
    • If the path is different from your file path, please modify it with the actual path.
Personal tools