docs: better docs, mv doxygen to sphinx
[vpp.git] / docs / developer / build-run-debug / building.rst
similarity index 97%
rename from docs/gettingstarted/developers/building.rst
rename to docs/developer/build-run-debug/building.rst
index 4d7af16..1df838a 100644 (file)
@@ -5,7 +5,7 @@
 Building VPP
 ============
 
-To get started developing with VPP, you need to get the required VPP sources and then build the packages. 
+To get started developing with VPP, you need to get the required VPP sources and then build the packages.
 For more detailed information on the build system please refer to :ref:`buildsystem`.
 
 .. _setupproxies:
@@ -13,7 +13,7 @@ For more detailed information on the build system please refer to :ref:`buildsys
 Set up Proxies
 --------------------------
 
-Depending on the environment you are operating in, proxies may need to be set. 
+Depending on the environment you are operating in, proxies may need to be set.
 Run these proxy commands to specify the *proxy-server-name* and corresponding *port-number*:
 
 .. code-block:: console
@@ -40,14 +40,14 @@ installed, by entering the following commands:
 
 .. code-block:: console
 
-    $ dpkg -l | grep vpp 
+    $ dpkg -l | grep vpp
     $ dpkg -l | grep DPDK
 
 There should be no output, or no packages shown after the above commands are run.
 
-Run the following **make** command to install the dependencies for FD.io VPP. 
+Run the following **make** command to install the dependencies for FD.io VPP.
 
-If the download hangs at any point, then you may need to 
+If the download hangs at any point, then you may need to
 :ref:`set up proxies <setupproxies>` for the download to work.
 
 .. code-block:: console
@@ -137,8 +137,8 @@ To build the debian packages, use the following command:
 
 .. code-block:: console
 
-    $ make pkg-deb 
-       
+    $ make pkg-deb
+
 .. _rpmpackages:
 
 Building RPM Packages
@@ -153,7 +153,7 @@ To build the rpm packages, use one of the following commands below, depending on
 Once the packages are built they can be found in the build-root directory.
 
 .. code-block:: console
-    
+
     $ ls *.deb
 
     If the packages are built correctly, then this should be the corresponding output: