directory re-organization (keeps the old build system)
there is no internal modification of any file in this commit
files are moved into directories according to established standards in
sourcecode distribution; these directories contain:
 src - Files that are used in constructing the executable binaries,
       but are not installed.
 doc - Files in HTML and text format that document usage, quirks of
       the implementation, and contributor checklists.
 locale - Files that contain human language translation of strings
          used in the program
 contrib - Files contributed from distributions or other third party
 	   implementing scripts and auxiliary programs
			
			
							
								
								
									
										6
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						| @@ -1,3 +1,3 @@ | ||||
| *.exe | ||||
| bitcoin | ||||
| bitcoind | ||||
| src/*.exe | ||||
| src/bitcoin | ||||
| src/bitcoind | ||||
|   | ||||
| @@ -106,7 +106,7 @@ Get miniupnpc-1.5.20110215.tar.gz and copy *.h to \upnpc-exe-win32-20110215\mini | ||||
| Bitcoin | ||||
| ------- | ||||
| DOS prompt: | ||||
| cd \bitcoin | ||||
| cd \bitcoin\src | ||||
| mingw32-make bitcoin.exe bitcoind.exe -f makefile.mingw | ||||
| strip bitcoin.exe | ||||
| strip bitcoind.exe | ||||
| @@ -13,6 +13,8 @@ UNIX BUILD NOTES | ||||
| To Build | ||||
| -------- | ||||
| 
 | ||||
| cd src/ | ||||
| 
 | ||||
| make -f makefile.unix            # Bitcoin with wxWidgets GUI | ||||
|   or | ||||
| make -f makefile.unix bitcoind   # Headless bitcoin | ||||
| Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB | 
| Before Width: | Height: | Size: 126 B After Width: | Height: | Size: 126 B | 
| Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB | 
| Before Width: | Height: | Size: 142 B After Width: | Height: | Size: 142 B | 
| Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 22 KiB | 
| Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 25 KiB | 
| Before Width: | Height: | Size: 766 B After Width: | Height: | Size: 766 B | 
| Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 2.5 KiB | 
| Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB | 
| Before Width: | Height: | Size: 126 B After Width: | Height: | Size: 126 B | 
| Before Width: | Height: | Size: 126 B After Width: | Height: | Size: 126 B | 
| Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB | 
| Before Width: | Height: | Size: 142 B After Width: | Height: | Size: 142 B |